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
- Scanner.cs
- ModifierKeysConverter.cs
- OuterGlowBitmapEffect.cs
- PrivilegeNotHeldException.cs
- LineBreakRecord.cs
- DifferencingCollection.cs
- ADConnectionHelper.cs
- DbConnectionPoolIdentity.cs
- GatewayDefinition.cs
- PropertyChangingEventArgs.cs
- WorkflowOperationBehavior.cs
- XmlSerializerImportOptions.cs
- PointF.cs
- CodeStatement.cs
- TCPClient.cs
- SqlAggregateChecker.cs
- OleDbRowUpdatingEvent.cs
- SmtpCommands.cs
- ExpressionBuilder.cs
- RandomNumberGenerator.cs
- CustomDictionarySources.cs
- HebrewCalendar.cs
- PassportIdentity.cs
- SimpleApplicationHost.cs
- TypeHelpers.cs
- DockPanel.cs
- FormViewUpdateEventArgs.cs
- ObjectViewListener.cs
- HttpListenerRequest.cs
- CustomBindingElementCollection.cs
- GeneralTransformCollection.cs
- safex509handles.cs
- Single.cs
- CatalogZone.cs
- XmlSchemaGroup.cs
- TemplateColumn.cs
- XhtmlBasicFormAdapter.cs
- DataServiceRequestOfT.cs
- BoolExpressionVisitors.cs
- XmlSchemaSubstitutionGroup.cs
- XmlSiteMapProvider.cs
- TrackingServices.cs
- LinearQuaternionKeyFrame.cs
- ControlCollection.cs
- Task.cs
- ClaimTypeElement.cs
- Renderer.cs
- StrokeNodeOperations2.cs
- XmlSerializerSection.cs
- RSAOAEPKeyExchangeFormatter.cs
- Token.cs
- KeyedCollection.cs
- XmlUtf8RawTextWriter.cs
- WebPartMenu.cs
- ContainerVisual.cs
- BuildProvidersCompiler.cs
- ISessionStateStore.cs
- DoubleCollectionConverter.cs
- Animatable.cs
- ColorTransformHelper.cs
- ProfileManager.cs
- NotImplementedException.cs
- AdornerPresentationContext.cs
- RegexTree.cs
- DefaultValueTypeConverter.cs
- OrthographicCamera.cs
- NotifyParentPropertyAttribute.cs
- DocumentReference.cs
- AsyncResult.cs
- XmlSortKeyAccumulator.cs
- DbSource.cs
- coordinatorscratchpad.cs
- Vector3DConverter.cs
- JobCollate.cs
- RijndaelManaged.cs
- SaveFileDialog.cs
- PropertyRef.cs
- FlowchartDesignerCommands.cs
- SqlClientFactory.cs
- SwitchCase.cs
- ReferenceEqualityComparer.cs
- BrowserCapabilitiesCompiler.cs
- ActiveDocumentEvent.cs
- TabletCollection.cs
- QilXmlWriter.cs
- SurrogateSelector.cs
- ProcessStartInfo.cs
- TraceSection.cs
- QilNode.cs
- ValueExpressions.cs
- ArglessEventHandlerProxy.cs
- WebEventCodes.cs
- PackWebRequestFactory.cs
- CacheRequest.cs
- CopyNodeSetAction.cs
- StubHelpers.cs
- BaseComponentEditor.cs
- CharacterBuffer.cs
- Msec.cs
- DetailsViewPagerRow.cs