Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- StyleSelector.cs
- Odbc32.cs
- UnsafeNativeMethods.cs
- LassoHelper.cs
- GcSettings.cs
- DocumentGridPage.cs
- FontStyleConverter.cs
- SafeFindHandle.cs
- DataSet.cs
- XmlParserContext.cs
- ContextMenu.cs
- StrokeIntersection.cs
- CodeSubDirectoriesCollection.cs
- ADMembershipProvider.cs
- DBSchemaRow.cs
- SeverityFilter.cs
- KeyboardNavigation.cs
- SqlRetyper.cs
- ContentType.cs
- TokenCreationParameter.cs
- PermissionListSet.cs
- ConnectionOrientedTransportChannelFactory.cs
- PropertyChangeTracker.cs
- ImageFormat.cs
- BlurEffect.cs
- Rules.cs
- DataBoundControlActionList.cs
- BufferBuilder.cs
- TextBoxBase.cs
- TableAutomationPeer.cs
- RegexBoyerMoore.cs
- PasswordRecovery.cs
- PartitionResolver.cs
- NoneExcludedImageIndexConverter.cs
- _NetworkingPerfCounters.cs
- XmlSchemaFacet.cs
- PieceDirectory.cs
- TraceUtility.cs
- XmlSchemaObject.cs
- ToolStripRenderEventArgs.cs
- XmlSchemaAttributeGroupRef.cs
- MenuItemBindingCollection.cs
- Point3DConverter.cs
- HttpModulesSection.cs
- WebBrowserUriTypeConverter.cs
- DispatcherObject.cs
- InvalidCastException.cs
- HttpListenerContext.cs
- RoleGroup.cs
- Repeater.cs
- RuleSettings.cs
- RTLAwareMessageBox.cs
- ListViewInsertEventArgs.cs
- HtmlContainerControl.cs
- ValueProviderWrapper.cs
- IndexedGlyphRun.cs
- WindowsImpersonationContext.cs
- PersonalizationStateQuery.cs
- MergablePropertyAttribute.cs
- SessionStateContainer.cs
- PreviewPrintController.cs
- HighlightComponent.cs
- StreamSecurityUpgradeAcceptorAsyncResult.cs
- ServicePointManager.cs
- ReferencedAssembly.cs
- KnownBoxes.cs
- ContentPlaceHolderDesigner.cs
- DoubleAnimationUsingPath.cs
- PageTheme.cs
- TreeViewItemAutomationPeer.cs
- Matrix3DStack.cs
- StorageFunctionMapping.cs
- ActivityBuilderHelper.cs
- AppModelKnownContentFactory.cs
- X509PeerCertificateAuthentication.cs
- baseaxisquery.cs
- Positioning.cs
- ManagedWndProcTracker.cs
- RemotingConfiguration.cs
- Border.cs
- GridSplitterAutomationPeer.cs
- Point4D.cs
- SettingsProviderCollection.cs
- TreeNodeBinding.cs
- TreeChangeInfo.cs
- RuntimeWrappedException.cs
- WebBrowserDocumentCompletedEventHandler.cs
- ComponentEditorPage.cs
- SAPICategories.cs
- TextWriter.cs
- smtppermission.cs
- EntryWrittenEventArgs.cs
- StoragePropertyMapping.cs
- DropDownHolder.cs
- XsdBuildProvider.cs
- MultipartContentParser.cs
- CacheAxisQuery.cs
- CodeTypeReferenceCollection.cs
- CqlParserHelpers.cs
- PeerNameRecordCollection.cs