Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / clr / src / BCL / System / Security / Cryptography / HMACMD5.cs / 1305376 / HMACMD5.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== //[....] // // // HMACMD5.cs // namespace System.Security.Cryptography { [System.Runtime.InteropServices.ComVisible(true)] public class HMACMD5 : HMAC { // // public constructors // public HMACMD5 () : this (Utils.GenerateRandom(64)) {} public HMACMD5 (byte[] key) { m_hashName = "MD5"; m_hash1 = new MD5CryptoServiceProvider(); m_hash2 = new MD5CryptoServiceProvider(); HashSizeValue = 128; base.InitializeKey(key); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== //[....] // // // HMACMD5.cs // namespace System.Security.Cryptography { [System.Runtime.InteropServices.ComVisible(true)] public class HMACMD5 : HMAC { // // public constructors // public HMACMD5 () : this (Utils.GenerateRandom(64)) {} public HMACMD5 (byte[] key) { m_hashName = "MD5"; m_hash1 = new MD5CryptoServiceProvider(); m_hash2 = new MD5CryptoServiceProvider(); HashSizeValue = 128; 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
- SelectionService.cs
- SingleStorage.cs
- StorageBasedPackageProperties.cs
- GridViewCellAutomationPeer.cs
- DrawingVisualDrawingContext.cs
- PkcsUtils.cs
- LongValidator.cs
- RowUpdatingEventArgs.cs
- NativeMethods.cs
- CompositeCollection.cs
- WebPartZoneBase.cs
- OutputCacheSection.cs
- DiscreteKeyFrames.cs
- BuildManagerHost.cs
- CompositeCollectionView.cs
- SessionStateItemCollection.cs
- ResizeGrip.cs
- SqlVisitor.cs
- DataGridViewRowErrorTextNeededEventArgs.cs
- XmlCollation.cs
- DefaultHttpHandler.cs
- ellipse.cs
- RawTextInputReport.cs
- TypedTableBaseExtensions.cs
- PriorityItem.cs
- wmiutil.cs
- DataGridViewRowPrePaintEventArgs.cs
- CollectionsUtil.cs
- BamlRecords.cs
- AutomationEventArgs.cs
- ListBoxChrome.cs
- RequestCacheEntry.cs
- PageAsyncTask.cs
- Preprocessor.cs
- DataGridViewComboBoxCell.cs
- MarkupCompiler.cs
- SystemIcmpV4Statistics.cs
- ReadOnlyKeyedCollection.cs
- CompilerTypeWithParams.cs
- DefaultTextStore.cs
- DiscoveryMessageSequence11.cs
- WindowsRebar.cs
- BoundPropertyEntry.cs
- ServicesUtilities.cs
- OpenTypeLayout.cs
- DiscoveryInnerClientAdhocCD1.cs
- TextRange.cs
- xmlsaver.cs
- Bold.cs
- dataobject.cs
- ListViewDeletedEventArgs.cs
- ReceiveErrorHandling.cs
- TraceLevelStore.cs
- LinqDataSourceContextEventArgs.cs
- DataServiceRequest.cs
- ChangesetResponse.cs
- DocumentGrid.cs
- base64Transforms.cs
- SmiMetaDataProperty.cs
- X509CertificateChain.cs
- Pen.cs
- DocumentViewerHelper.cs
- DbProviderConfigurationHandler.cs
- FontWeights.cs
- XmlSchema.cs
- ChangeProcessor.cs
- FormViewUpdatedEventArgs.cs
- PowerEase.cs
- AdornedElementPlaceholder.cs
- DrawingVisualDrawingContext.cs
- TransactionBehavior.cs
- CodeConstructor.cs
- TypedElement.cs
- EntityContainerRelationshipSet.cs
- SqlServer2KCompatibilityCheck.cs
- FormViewRow.cs
- FormattedTextSymbols.cs
- DependencyPropertyKind.cs
- SqlDataSourceQueryConverter.cs
- TcpStreams.cs
- DiscoveryReference.cs
- ContainerUIElement3D.cs
- EntityViewGenerationConstants.cs
- MsmqMessageSerializationFormat.cs
- SqlVisitor.cs
- ByteAnimation.cs
- RecipientInfo.cs
- DSASignatureFormatter.cs
- StructuredProperty.cs
- prefixendpointaddressmessagefiltertable.cs
- DbgCompiler.cs
- WmpBitmapEncoder.cs
- XsltLibrary.cs
- ipaddressinformationcollection.cs
- DataGridViewColumnConverter.cs
- FatalException.cs
- ListDictionaryInternal.cs
- WebEventCodes.cs
- AdapterUtil.cs
- ProgressPage.cs