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
- WorkflowServiceHost.cs
- WebPartDescriptionCollection.cs
- InitializerFacet.cs
- DiscoveryReferences.cs
- AssociatedControlConverter.cs
- TcpServerChannel.cs
- ProviderUtil.cs
- CellCreator.cs
- DataGridViewCellCollection.cs
- Typeface.cs
- WeakReferenceList.cs
- RijndaelManagedTransform.cs
- MsmqBindingBase.cs
- IFormattable.cs
- Underline.cs
- ACL.cs
- CompressionTransform.cs
- HealthMonitoringSection.cs
- OdbcDataReader.cs
- EntityFunctions.cs
- CompleteWizardStep.cs
- TextProperties.cs
- WebPageTraceListener.cs
- ScaleTransform3D.cs
- Point3DAnimationBase.cs
- NullNotAllowedCollection.cs
- ArrayTypeMismatchException.cs
- ApplicationSecurityManager.cs
- JsonObjectDataContract.cs
- Canvas.cs
- BufferCache.cs
- TabPanel.cs
- DiscoveryMessageSequence11.cs
- FormClosedEvent.cs
- DataService.cs
- DataGridColumnCollection.cs
- SelectingProviderEventArgs.cs
- WebPartConnectionsCancelEventArgs.cs
- BamlBinaryWriter.cs
- TextAdaptor.cs
- ParseChildrenAsPropertiesAttribute.cs
- Rijndael.cs
- EraserBehavior.cs
- VerificationException.cs
- BindingMemberInfo.cs
- DocumentGridPage.cs
- CollectionView.cs
- RangeValidator.cs
- BezierSegment.cs
- PerformanceCounterPermissionEntry.cs
- DataTableMapping.cs
- RelationshipConstraintValidator.cs
- BitmapEffectInputData.cs
- Base64Decoder.cs
- MailHeaderInfo.cs
- NotImplementedException.cs
- SmtpNetworkElement.cs
- HttpCookiesSection.cs
- PeerNameResolver.cs
- HTMLTagNameToTypeMapper.cs
- IPeerNeighbor.cs
- LayoutDump.cs
- FontStretches.cs
- AssemblyNameProxy.cs
- HWStack.cs
- CTreeGenerator.cs
- X509CertificateValidationMode.cs
- FreezableCollection.cs
- SqlDataSourceQuery.cs
- HttpStreams.cs
- cookieexception.cs
- StreamInfo.cs
- LinqDataSourceInsertEventArgs.cs
- Authorization.cs
- NullableIntMinMaxAggregationOperator.cs
- XmlChoiceIdentifierAttribute.cs
- CreateUserWizardStep.cs
- LowerCaseStringConverter.cs
- Blend.cs
- BitmapEffectDrawing.cs
- CqlLexerHelpers.cs
- DisplayInformation.cs
- ServerValidateEventArgs.cs
- SchemaManager.cs
- _TLSstream.cs
- MenuCommand.cs
- IPipelineRuntime.cs
- Range.cs
- HtmlTitle.cs
- _NetworkingPerfCounters.cs
- SmtpDigestAuthenticationModule.cs
- IndependentlyAnimatedPropertyMetadata.cs
- CombinedGeometry.cs
- StandardOleMarshalObject.cs
- MILUtilities.cs
- TextBlockAutomationPeer.cs
- ObjectListTitleAttribute.cs
- SiteMapDataSourceView.cs
- CookieParameter.cs
- MemberAccessException.cs