Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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); } } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ResourceBinder.cs
- WmpBitmapEncoder.cs
- TransformPatternIdentifiers.cs
- EmptyEnumerable.cs
- ObjectStateEntryDbDataRecord.cs
- ElementProxy.cs
- WindowsScroll.cs
- DomainUpDown.cs
- MenuItem.cs
- Int32KeyFrameCollection.cs
- SiteOfOriginPart.cs
- PageRequestManager.cs
- WinFormsUtils.cs
- TypeLoadException.cs
- WebBrowserContainer.cs
- CheckBoxField.cs
- SqlDataSourceCache.cs
- XmlCodeExporter.cs
- HttpPostedFile.cs
- _ScatterGatherBuffers.cs
- KnownAssembliesSet.cs
- MenuItemBinding.cs
- X509Certificate2.cs
- AbsoluteQuery.cs
- HtmlMobileTextWriter.cs
- UrlPropertyAttribute.cs
- StateMachineSubscription.cs
- DBSqlParser.cs
- ScriptBehaviorDescriptor.cs
- DataServiceExpressionVisitor.cs
- NetCodeGroup.cs
- PreviewPrintController.cs
- ExpressionCopier.cs
- XmlILModule.cs
- SecurityCapabilities.cs
- TaskFileService.cs
- OpCopier.cs
- DrawTreeNodeEventArgs.cs
- TrackPointCollection.cs
- HttpModulesSection.cs
- AsyncOperationManager.cs
- SettingsPropertyValue.cs
- DBSqlParserColumn.cs
- RequestBringIntoViewEventArgs.cs
- DecoderFallback.cs
- InvalidOperationException.cs
- GB18030Encoding.cs
- UserMapPath.cs
- ECDiffieHellmanCng.cs
- UInt32.cs
- SmiEventSink_DeferedProcessing.cs
- OleDbInfoMessageEvent.cs
- FindResponse.cs
- XmlSchemaComplexContentRestriction.cs
- ListViewGroupCollectionEditor.cs
- SettingsPropertyValue.cs
- FaultDesigner.cs
- DecodeHelper.cs
- DependencyObjectType.cs
- PersistStreamTypeWrapper.cs
- ProtocolElement.cs
- SRGSCompiler.cs
- SendParametersContent.cs
- HttpProfileGroupBase.cs
- SimpleParser.cs
- DataPagerFieldCollection.cs
- IntAverageAggregationOperator.cs
- DummyDataSource.cs
- Repeater.cs
- ReadOnlyTernaryTree.cs
- AssemblyAttributesGoHere.cs
- SqlRowUpdatingEvent.cs
- QueryOpeningEnumerator.cs
- ChtmlImageAdapter.cs
- ProxyGenerationError.cs
- RuntimeArgumentHandle.cs
- WebPartActionVerb.cs
- SafeThemeHandle.cs
- ClientFormsIdentity.cs
- MultiSelectRootGridEntry.cs
- EventInfo.cs
- RTLAwareMessageBox.cs
- AssociationSetMetadata.cs
- StringFunctions.cs
- Geometry3D.cs
- RowToFieldTransformer.cs
- TextBreakpoint.cs
- CanonicalFontFamilyReference.cs
- BroadcastEventHelper.cs
- DefaultProxySection.cs
- URI.cs
- DBBindings.cs
- LowerCaseStringConverter.cs
- NotConverter.cs
- SessionMode.cs
- SessionState.cs
- ModelFactory.cs
- DataGridViewMethods.cs
- FusionWrap.cs
- documentsequencetextcontainer.cs