Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DetailsViewAutoFormat.cs
- xdrvalidator.cs
- FastEncoder.cs
- MappingException.cs
- FramingDecoders.cs
- UnitySerializationHolder.cs
- GuidTagList.cs
- WindowsEditBox.cs
- SeverityFilter.cs
- SliderAutomationPeer.cs
- DataServiceProcessingPipeline.cs
- WsiProfilesElementCollection.cs
- FlowLayoutSettings.cs
- JapaneseLunisolarCalendar.cs
- ErrorHandler.cs
- RegexCaptureCollection.cs
- SelectionPatternIdentifiers.cs
- TableLayoutStyle.cs
- ColumnMapProcessor.cs
- ChannelToken.cs
- FloatUtil.cs
- DateTimePicker.cs
- TextTreeUndoUnit.cs
- IndexedString.cs
- DelayedRegex.cs
- XamlPointCollectionSerializer.cs
- TableHeaderCell.cs
- OleDbError.cs
- IndexedWhereQueryOperator.cs
- DataGridRowClipboardEventArgs.cs
- UdpTransportBindingElement.cs
- DateTimeParse.cs
- embossbitmapeffect.cs
- MediaElementAutomationPeer.cs
- LeaseManager.cs
- MessageQueueEnumerator.cs
- QueryCoreOp.cs
- ByteStack.cs
- ToolStripContentPanelRenderEventArgs.cs
- DaylightTime.cs
- ByteKeyFrameCollection.cs
- XPathNodeHelper.cs
- AggregateNode.cs
- OleCmdHelper.cs
- StylusShape.cs
- DataKeyCollection.cs
- Size3DConverter.cs
- GacUtil.cs
- TextEditorDragDrop.cs
- FixedSOMElement.cs
- GlobalizationAssembly.cs
- Material.cs
- AlternateView.cs
- HtmlTitle.cs
- MessageQueuePermission.cs
- WindowsAuthenticationModule.cs
- ByteStreamGeometryContext.cs
- DocumentPropertiesDialog.cs
- ASCIIEncoding.cs
- BindingContext.cs
- CodeConditionStatement.cs
- ProfilePropertyMetadata.cs
- RSAPKCS1SignatureDeformatter.cs
- AssemblyInfo.cs
- ToolStripDropDown.cs
- NumberSubstitution.cs
- ColumnBinding.cs
- TrackingAnnotationCollection.cs
- PageThemeParser.cs
- CultureInfoConverter.cs
- Hash.cs
- MultipartIdentifier.cs
- SimpleBitVector32.cs
- SmiConnection.cs
- ToolBar.cs
- ConfigXmlComment.cs
- XPathMessageContext.cs
- PresentationTraceSources.cs
- DbQueryCommandTree.cs
- Size3DValueSerializer.cs
- StyleTypedPropertyAttribute.cs
- PropertySourceInfo.cs
- UDPClient.cs
- SByteStorage.cs
- XmlSchemaImport.cs
- Separator.cs
- ListViewItem.cs
- contentDescriptor.cs
- NaturalLanguageHyphenator.cs
- WebServiceParameterData.cs
- Message.cs
- PropertyFilterAttribute.cs
- TypeGeneratedEventArgs.cs
- WindowsGraphicsWrapper.cs
- IconHelper.cs
- ProtocolsConfiguration.cs
- ListViewItem.cs
- Int64Storage.cs
- BasicCellRelation.cs
- RayMeshGeometry3DHitTestResult.cs