Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / clr / src / BCL / System / Security / Cryptography / HMACSHA256.cs / 1305376 / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CodeGroup.cs
- FormViewDesigner.cs
- DependencyPropertyAttribute.cs
- Quaternion.cs
- Font.cs
- DoubleLinkListEnumerator.cs
- DataMemberFieldEditor.cs
- CodeMethodInvokeExpression.cs
- BuildProviderAppliesToAttribute.cs
- OutputWindow.cs
- MarkerProperties.cs
- QueryReaderSettings.cs
- ipaddressinformationcollection.cs
- TypeDelegator.cs
- HostedTransportConfigurationManager.cs
- FunctionDescription.cs
- Guid.cs
- DocumentViewer.cs
- ReadWriteSpinLock.cs
- DataControlFieldCollection.cs
- MultiBinding.cs
- PrivateUnsafeNativeCompoundFileMethods.cs
- propertytag.cs
- embossbitmapeffect.cs
- xamlnodes.cs
- IntPtr.cs
- UnsafeNativeMethodsCLR.cs
- BaseDataBoundControl.cs
- DataTableTypeConverter.cs
- DataBinder.cs
- SmiEventStream.cs
- TemplateKeyConverter.cs
- _DigestClient.cs
- CookieHandler.cs
- ContentPresenter.cs
- DecryptRequest.cs
- DeviceFilterEditorDialog.cs
- DiffuseMaterial.cs
- XmlException.cs
- WinEventQueueItem.cs
- MsdtcWrapper.cs
- SelectionEditingBehavior.cs
- NameNode.cs
- ListenerUnsafeNativeMethods.cs
- ProtectedProviderSettings.cs
- DataSourceCache.cs
- DataColumnCollection.cs
- HttpListenerRequest.cs
- GridViewRowPresenter.cs
- RuntimeEnvironment.cs
- DataObjectAttribute.cs
- GradientBrush.cs
- FullTextLine.cs
- DLinqColumnProvider.cs
- IResourceProvider.cs
- HttpRequestTraceRecord.cs
- SafeNativeMethodsMilCoreApi.cs
- TreeViewEvent.cs
- ColorConvertedBitmap.cs
- ModuleConfigurationInfo.cs
- DataException.cs
- GridViewRow.cs
- ListCollectionView.cs
- DataControlButton.cs
- XmlSchemaFacet.cs
- HttpWebResponse.cs
- DesignerToolStripControlHost.cs
- RecognizerBase.cs
- SqlConnectionPoolGroupProviderInfo.cs
- Psha1DerivedKeyGenerator.cs
- PolyQuadraticBezierSegment.cs
- ListDictionaryInternal.cs
- OperationCanceledException.cs
- xmlsaver.cs
- Shape.cs
- DataGridViewTextBoxCell.cs
- Module.cs
- SiteMap.cs
- ExpressionEditorAttribute.cs
- DriveNotFoundException.cs
- NavigationCommands.cs
- Expression.cs
- LongCountAggregationOperator.cs
- SortKey.cs
- CanonicalFormWriter.cs
- ImageSource.cs
- versioninfo.cs
- StringFreezingAttribute.cs
- StopStoryboard.cs
- WebContext.cs
- InternalRelationshipCollection.cs
- UserControlAutomationPeer.cs
- HorizontalAlignConverter.cs
- ReleaseInstanceMode.cs
- querybuilder.cs
- AuthenticationService.cs
- GACMembershipCondition.cs
- MailHeaderInfo.cs
- FormViewUpdateEventArgs.cs
- TableCellCollection.cs