Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / clr / src / BCL / System / Security / Cryptography / HMACMD5.cs / 1 / 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
- AnnotationHighlightLayer.cs
- ChannelSinkStacks.cs
- EntityType.cs
- EditorAttribute.cs
- StandardTransformFactory.cs
- ObjectTypeMapping.cs
- TreeView.cs
- DbDataAdapter.cs
- MimeReturn.cs
- ActivityInterfaces.cs
- DragDeltaEventArgs.cs
- TableAdapterManagerNameHandler.cs
- UnknownWrapper.cs
- DefaultParameterValueAttribute.cs
- MailWriter.cs
- CompilerInfo.cs
- DocumentReferenceCollection.cs
- RegexGroupCollection.cs
- RectangleGeometry.cs
- DynamicFilter.cs
- BamlMapTable.cs
- SqlClientPermission.cs
- ValuePatternIdentifiers.cs
- ConfigLoader.cs
- SqlGatherConsumedAliases.cs
- PeerContact.cs
- ProcessInputEventArgs.cs
- EnvironmentPermission.cs
- PowerModeChangedEventArgs.cs
- UpdateCompiler.cs
- TypeContext.cs
- WebControl.cs
- StringKeyFrameCollection.cs
- ResourceContainer.cs
- WebBrowserNavigatingEventHandler.cs
- Utils.cs
- SqlFunctionAttribute.cs
- TablePattern.cs
- InheritanceUI.cs
- BufferBuilder.cs
- CustomWebEventKey.cs
- HTTPNotFoundHandler.cs
- CuspData.cs
- ProtocolElement.cs
- ClientConfigurationSystem.cs
- DataPagerCommandEventArgs.cs
- PathStreamGeometryContext.cs
- DesignerOptionService.cs
- ComplexTypeEmitter.cs
- InvokeBase.cs
- GradientStop.cs
- TableDesigner.cs
- LogSwitch.cs
- TypedTableGenerator.cs
- DataGridViewControlCollection.cs
- AsymmetricAlgorithm.cs
- ToolStripPanel.cs
- BuildResult.cs
- HttpModulesSection.cs
- Sql8ExpressionRewriter.cs
- FlowPosition.cs
- WeakReadOnlyCollection.cs
- XmlIlGenerator.cs
- Stackframe.cs
- SurrogateEncoder.cs
- MoveSizeWinEventHandler.cs
- DateTime.cs
- WaitHandleCannotBeOpenedException.cs
- _DisconnectOverlappedAsyncResult.cs
- WorkflowApplicationIdleEventArgs.cs
- jithelpers.cs
- Html32TextWriter.cs
- HttpGetProtocolImporter.cs
- BaseHashHelper.cs
- ClientTarget.cs
- ObjectStateManagerMetadata.cs
- DataConnectionHelper.cs
- baseshape.cs
- Icon.cs
- FixedSchema.cs
- VSWCFServiceContractGenerator.cs
- HtmlTernaryTree.cs
- BigInt.cs
- ChannelBinding.cs
- AnnotationComponentChooser.cs
- TreeIterator.cs
- SecurityException.cs
- FileDialogPermission.cs
- sqlpipe.cs
- BeginEvent.cs
- WpfSharedBamlSchemaContext.cs
- XMLUtil.cs
- SoapCommonClasses.cs
- TextEffect.cs
- Int32Rect.cs
- PhoneCall.cs
- cookiecollection.cs
- Identifier.cs
- PointLightBase.cs
- PropertyChangeTracker.cs