Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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); } } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- StylusShape.cs
- TemplatingOptionsDialog.cs
- RawMouseInputReport.cs
- ResourceAttributes.cs
- TableParagraph.cs
- ObjectRef.cs
- MenuItem.cs
- ProcessHost.cs
- DynamicMetaObjectBinder.cs
- ProfileInfo.cs
- DataFieldEditor.cs
- SecurityTokenProvider.cs
- ObjectSecurity.cs
- GlyphManager.cs
- WinEventTracker.cs
- XsdSchemaFileEditor.cs
- SR.cs
- SelectionEditingBehavior.cs
- smtppermission.cs
- Crc32Helper.cs
- Collection.cs
- exports.cs
- XmlSchemaInferenceException.cs
- DirtyTextRange.cs
- WebPartConnection.cs
- WizardSideBarListControlItemEventArgs.cs
- ScrollableControl.cs
- OdbcConnectionFactory.cs
- RoleGroupCollection.cs
- TextTreeExtractElementUndoUnit.cs
- X509WindowsSecurityToken.cs
- NeutralResourcesLanguageAttribute.cs
- FixedSOMGroup.cs
- Enum.cs
- CapiHashAlgorithm.cs
- XmlHierarchicalDataSourceView.cs
- SoapFault.cs
- LocationSectionRecord.cs
- JsonReader.cs
- CommandBindingCollection.cs
- OdbcStatementHandle.cs
- ShapingEngine.cs
- MappingMetadataHelper.cs
- ProcessModuleCollection.cs
- ToolStripItemDesigner.cs
- TextEditorCopyPaste.cs
- Token.cs
- COAUTHIDENTITY.cs
- NavigatorInput.cs
- PositiveTimeSpanValidator.cs
- SQLRoleProvider.cs
- BitmapImage.cs
- DomainUpDown.cs
- WindowsTokenRoleProvider.cs
- WorkflowItemsPresenter.cs
- RadioButtonBaseAdapter.cs
- NullableBoolConverter.cs
- AuthorizationRuleCollection.cs
- Attribute.cs
- ReflectionTypeLoadException.cs
- Environment.cs
- XmlRawWriter.cs
- TableRowGroup.cs
- Itemizer.cs
- SettingsContext.cs
- Mapping.cs
- SoapTransportImporter.cs
- MSAAWinEventWrap.cs
- BindingSource.cs
- HttpRawResponse.cs
- MethodImplAttribute.cs
- ImageInfo.cs
- WSSecurityTokenSerializer.cs
- ValueSerializerAttribute.cs
- ToolboxComponentsCreatingEventArgs.cs
- ResourceDescriptionAttribute.cs
- SiteMapDataSource.cs
- CalendarTable.cs
- NameScope.cs
- DataFieldEditor.cs
- GlyphInfoList.cs
- PageWrapper.cs
- ColorAnimation.cs
- SectionInformation.cs
- SuppressMessageAttribute.cs
- XmlSchemaImport.cs
- CrossAppDomainChannel.cs
- NativeMethods.cs
- SmtpReplyReader.cs
- _IPv4Address.cs
- SafeNativeMethods.cs
- UrlPath.cs
- HeaderFilter.cs
- CustomUserNameSecurityTokenAuthenticator.cs
- Number.cs
- RenderData.cs
- AvTrace.cs
- XmlQueryRuntime.cs
- WindowsTreeView.cs
- HandlerMappingMemo.cs