Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DbParameterCollectionHelper.cs
- _LoggingObject.cs
- Directory.cs
- WorkerRequest.cs
- CodeGenerator.cs
- NativeActivityTransactionContext.cs
- BitFlagsGenerator.cs
- VerificationException.cs
- BitmapImage.cs
- Utils.cs
- CqlBlock.cs
- EmptyEnumerator.cs
- CapacityStreamGeometryContext.cs
- NotificationContext.cs
- AuthenticationModuleElementCollection.cs
- FormViewPagerRow.cs
- DictationGrammar.cs
- GlyphManager.cs
- WrapPanel.cs
- ButtonBaseAdapter.cs
- SoapFault.cs
- ClientRoleProvider.cs
- SoapEnumAttribute.cs
- CqlErrorHelper.cs
- RemotingConfiguration.cs
- DataGridViewRowConverter.cs
- NativeMethods.cs
- ReaderWriterLock.cs
- ApplicationSecurityInfo.cs
- CodeSnippetTypeMember.cs
- XComponentModel.cs
- XmlSchemaComplexContentExtension.cs
- ObsoleteAttribute.cs
- DefaultConfirmation.cs
- DecimalFormatter.cs
- RequestTimeoutManager.cs
- OutputCacheProviderCollection.cs
- MergeEnumerator.cs
- AssemblyName.cs
- SystemException.cs
- StreamResourceInfo.cs
- SurrogateEncoder.cs
- BehaviorEditorPart.cs
- RemoteWebConfigurationHost.cs
- OdbcTransaction.cs
- InheritedPropertyChangedEventArgs.cs
- AstTree.cs
- RemoteWebConfigurationHostStream.cs
- SoapSchemaExporter.cs
- IgnoreSectionHandler.cs
- ComplexTypeEmitter.cs
- TreeSet.cs
- ISCIIEncoding.cs
- Function.cs
- DataGridViewCellValidatingEventArgs.cs
- PreProcessor.cs
- Preprocessor.cs
- ListControlConvertEventArgs.cs
- EntitySetDataBindingList.cs
- TextAutomationPeer.cs
- PreloadedPackages.cs
- LineInfo.cs
- OleStrCAMarshaler.cs
- MobileErrorInfo.cs
- DataRowView.cs
- WeakReferenceList.cs
- ClientUtils.cs
- _IPv4Address.cs
- SaveRecipientRequest.cs
- HtmlToClrEventProxy.cs
- ProviderBase.cs
- ContainerParaClient.cs
- TraceContext.cs
- PageSetupDialog.cs
- XsdDateTime.cs
- PropVariant.cs
- IndexedString.cs
- QuotedPairReader.cs
- X509ThumbprintKeyIdentifierClause.cs
- StackOverflowException.cs
- TemplateInstanceAttribute.cs
- ByteStreamBufferedMessageData.cs
- GenericWebPart.cs
- ToolStripGripRenderEventArgs.cs
- ProgressBarRenderer.cs
- ApplicationDirectory.cs
- DocumentViewerAutomationPeer.cs
- COM2TypeInfoProcessor.cs
- MenuAutomationPeer.cs
- MarkupCompiler.cs
- DataMember.cs
- TextAutomationPeer.cs
- Section.cs
- DynamicDataRouteHandler.cs
- Lasso.cs
- SimpleTypeResolver.cs
- WCFBuildProvider.cs
- GlobalEventManager.cs
- Calendar.cs
- OracleCommand.cs