Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / clr / src / BCL / System / Security / Cryptography / HMACSHA256.cs / 1 / HMACSHA256.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== // // HMACSHA256.cs // namespace System.Security.Cryptography { [System.Runtime.InteropServices.ComVisible(true)] public class HMACSHA256 : HMAC { // // public constructors // public HMACSHA256 () : this (Utils.GenerateRandom(64)) {} public HMACSHA256 (byte[] key) { m_hashName = "SHA256"; m_hash1 = new SHA256Managed(); m_hash2 = new SHA256Managed(); HashSizeValue = 256; base.InitializeKey(key); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== // // HMACSHA256.cs // namespace System.Security.Cryptography { [System.Runtime.InteropServices.ComVisible(true)] public class HMACSHA256 : HMAC { // // public constructors // public HMACSHA256 () : this (Utils.GenerateRandom(64)) {} public HMACSHA256 (byte[] key) { m_hashName = "SHA256"; m_hash1 = new SHA256Managed(); m_hash2 = new SHA256Managed(); HashSizeValue = 256; base.InitializeKey(key); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu
This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DateTimeConverter2.cs
- filewebresponse.cs
- TreeViewEvent.cs
- Propagator.Evaluator.cs
- BufferedMessageWriter.cs
- PageEventArgs.cs
- JournalNavigationScope.cs
- Transform.cs
- SchemaConstraints.cs
- UnmanagedBitmapWrapper.cs
- DataGridViewCellPaintingEventArgs.cs
- BevelBitmapEffect.cs
- TreeSet.cs
- ResourcePermissionBase.cs
- GradientSpreadMethodValidation.cs
- Resources.Designer.cs
- ServiceBuildProvider.cs
- SqlProvider.cs
- BmpBitmapDecoder.cs
- XmlProcessingInstruction.cs
- MimeXmlReflector.cs
- BaseConfigurationRecord.cs
- MimeReturn.cs
- TransformedBitmap.cs
- AppDomainEvidenceFactory.cs
- MailMessage.cs
- PackWebRequest.cs
- ComponentEvent.cs
- RemoteCryptoDecryptRequest.cs
- ImplicitInputBrush.cs
- DiscreteKeyFrames.cs
- PerfService.cs
- QueryContinueDragEventArgs.cs
- DelimitedListTraceListener.cs
- PathTooLongException.cs
- LongValidatorAttribute.cs
- elementinformation.cs
- CompleteWizardStep.cs
- ReferenceConverter.cs
- ZipIORawDataFileBlock.cs
- BehaviorService.cs
- PrintEvent.cs
- BackgroundWorker.cs
- PartialCachingControl.cs
- ListMarkerSourceInfo.cs
- WebDescriptionAttribute.cs
- StateChangeEvent.cs
- StateRuntime.cs
- SqlClientFactory.cs
- VirtualizingStackPanel.cs
- HttpClientCertificate.cs
- SettingsAttributes.cs
- XmlObjectSerializerReadContext.cs
- ButtonColumn.cs
- ZoneMembershipCondition.cs
- DataGridItemCollection.cs
- MenuAutoFormat.cs
- Pkcs7Signer.cs
- Lease.cs
- GlobalEventManager.cs
- Canvas.cs
- MenuItemBindingCollection.cs
- BehaviorEditorPart.cs
- FormsAuthenticationModule.cs
- AttributeEmitter.cs
- ExtenderHelpers.cs
- ErrorHandler.cs
- CqlErrorHelper.cs
- Package.cs
- TextRunCacheImp.cs
- CollectionBuilder.cs
- Int32CollectionConverter.cs
- DynamicPropertyHolder.cs
- IdentifierCollection.cs
- ManagementQuery.cs
- PrintControllerWithStatusDialog.cs
- X509CertificateValidator.cs
- RemotingConfigParser.cs
- SystemMulticastIPAddressInformation.cs
- StickyNote.cs
- PreviewPrintController.cs
- RC2.cs
- FullTextBreakpoint.cs
- GridPattern.cs
- AttachedPropertyBrowsableForChildrenAttribute.cs
- ActivityExecutorOperation.cs
- MailDefinition.cs
- BooleanToSelectiveScrollingOrientationConverter.cs
- HttpRuntime.cs
- EntryPointNotFoundException.cs
- Point.cs
- ObjectContextServiceProvider.cs
- serverconfig.cs
- WorkflowInlining.cs
- ChangeBlockUndoRecord.cs
- NullableIntAverageAggregationOperator.cs
- ComplexBindingPropertiesAttribute.cs
- WebPartDescriptionCollection.cs
- RawStylusInputCustomData.cs
- Splitter.cs