Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / ndp / clr / src / BCL / System / Security / Cryptography / MD5.cs / 1 / MD5.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== // // MD5.cs // namespace System.Security.Cryptography { [System.Runtime.InteropServices.ComVisible(true)] public abstract class MD5 : HashAlgorithm { protected MD5() { HashSizeValue = 128; } // // public methods // new static public MD5 Create() { return Create("System.Security.Cryptography.MD5"); } new static public MD5 Create(String algName) { return (MD5) CryptoConfig.CreateFromName(algName); } } } // 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
- PenCursorManager.cs
- SqlBooleanizer.cs
- ReplyChannelAcceptor.cs
- Preprocessor.cs
- ListViewSelectEventArgs.cs
- WebPartDisplayMode.cs
- DebugViewWriter.cs
- SequentialUshortCollection.cs
- XPathException.cs
- KeyConverter.cs
- ColumnCollection.cs
- PageEventArgs.cs
- DataControlLinkButton.cs
- RegexCompiler.cs
- ListViewTableCell.cs
- ListMarkerSourceInfo.cs
- XmlTextReaderImpl.cs
- SqlWriter.cs
- CompiledQuery.cs
- XmlSchemas.cs
- ArgumentNullException.cs
- rsa.cs
- ListViewItem.cs
- SecurityUtils.cs
- RandomNumberGenerator.cs
- DataSourceControlBuilder.cs
- _DomainName.cs
- EntityViewGenerationAttribute.cs
- EncoderParameter.cs
- Int64KeyFrameCollection.cs
- AssemblyAssociatedContentFileAttribute.cs
- FamilyTypefaceCollection.cs
- BinHexEncoder.cs
- baseshape.cs
- shaperfactory.cs
- HtmlTable.cs
- BindingWorker.cs
- WindowsTitleBar.cs
- SecurityTokenSerializer.cs
- PropertyGridEditorPart.cs
- WsdlInspector.cs
- ButtonFlatAdapter.cs
- SecureUICommand.cs
- HttpHandlersSection.cs
- Timer.cs
- PropertyChangedEventManager.cs
- RegistryKey.cs
- FactoryMaker.cs
- XmlNodeChangedEventArgs.cs
- OracleParameterCollection.cs
- QilIterator.cs
- MetadataCacheItem.cs
- DbConvert.cs
- AnnotationComponentManager.cs
- HttpProcessUtility.cs
- SecurityDescriptor.cs
- Pts.cs
- ProcessHostConfigUtils.cs
- XamlNamespaceHelper.cs
- SecureUICommand.cs
- GridViewDeletedEventArgs.cs
- TextHintingModeValidation.cs
- StreamGeometry.cs
- Calendar.cs
- TextRunCacheImp.cs
- ExistsInCollection.cs
- DoubleAnimationUsingPath.cs
- TextUtf8RawTextWriter.cs
- Char.cs
- RSAPKCS1KeyExchangeFormatter.cs
- CfgParser.cs
- DebugView.cs
- DataBoundControlActionList.cs
- _ProxyChain.cs
- TextEditorThreadLocalStore.cs
- MasterPageBuildProvider.cs
- ColorInterpolationModeValidation.cs
- RegexFCD.cs
- AsymmetricAlgorithm.cs
- TextBounds.cs
- AssemblyAttributesGoHere.cs
- AuthorizationRule.cs
- FaultException.cs
- AnonymousIdentificationSection.cs
- CustomSignedXml.cs
- _IPv4Address.cs
- GeometryCombineModeValidation.cs
- FixedSOMTableCell.cs
- RoleService.cs
- XmlNodeChangedEventManager.cs
- DataColumnMappingCollection.cs
- ResourceReferenceExpression.cs
- TaskHelper.cs
- Privilege.cs
- BaseParagraph.cs
- GcHandle.cs
- URLString.cs
- ServiceChannelProxy.cs
- BufferModeSettings.cs
- UnmanagedMemoryStream.cs