Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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. // // ==--== // // 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Thread.cs
- brushes.cs
- DocumentSchemaValidator.cs
- RightsManagementEncryptedStream.cs
- SystemInformation.cs
- SqlInternalConnectionTds.cs
- HwndMouseInputProvider.cs
- CompletionProxy.cs
- PKCS1MaskGenerationMethod.cs
- XmlFormatWriterGenerator.cs
- EncryptedPackage.cs
- CheckBoxList.cs
- DataSourceControlBuilder.cs
- ListenerSingletonConnectionReader.cs
- ProviderConnectionPointCollection.cs
- BinaryUtilClasses.cs
- OrderedDictionary.cs
- SocketInformation.cs
- InvalidPrinterException.cs
- XmlSerializerAssemblyAttribute.cs
- CellConstantDomain.cs
- XmlDocumentFragment.cs
- BitHelper.cs
- DesignerLinkAdapter.cs
- MultiSelector.cs
- ResizingMessageFilter.cs
- CommandValueSerializer.cs
- NotifyIcon.cs
- HttpResponse.cs
- TextServicesCompartment.cs
- MaterialGroup.cs
- LayoutExceptionEventArgs.cs
- DataGridParentRows.cs
- CodeCommentStatementCollection.cs
- CanExecuteRoutedEventArgs.cs
- GenericRootAutomationPeer.cs
- Propagator.JoinPropagator.SubstitutingCloneVisitor.cs
- HelpFileFileNameEditor.cs
- NonceToken.cs
- ProcessModelSection.cs
- ConcurrentDictionary.cs
- WeakEventTable.cs
- BaseCodePageEncoding.cs
- ByteKeyFrameCollection.cs
- XmlSchemaCompilationSettings.cs
- StorageSetMapping.cs
- FormViewCommandEventArgs.cs
- _NetRes.cs
- StringDictionary.cs
- XmlDataLoader.cs
- UIElementPropertyUndoUnit.cs
- WebServiceTypeData.cs
- InternalDuplexChannelFactory.cs
- SafeMarshalContext.cs
- MethodBuilder.cs
- DropDownList.cs
- Separator.cs
- IisTraceListener.cs
- wmiprovider.cs
- arclist.cs
- ZoneButton.cs
- AutomationIdentifierGuids.cs
- LicenseContext.cs
- XamlTreeBuilderBamlRecordWriter.cs
- JoinElimination.cs
- BitmapEffectInput.cs
- ColorPalette.cs
- StyleSelector.cs
- XamlFigureLengthSerializer.cs
- DesignerAdRotatorAdapter.cs
- FastEncoder.cs
- DataGridColumnCollectionEditor.cs
- DBBindings.cs
- TdsParserSafeHandles.cs
- PartitionedDataSource.cs
- XmlStreamNodeWriter.cs
- FunctionUpdateCommand.cs
- TakeOrSkipQueryOperator.cs
- XmlExpressionDumper.cs
- httpserverutility.cs
- COM2TypeInfoProcessor.cs
- PlatformNotSupportedException.cs
- Timer.cs
- StackBuilderSink.cs
- CDSsyncETWBCLProvider.cs
- CryptoKeySecurity.cs
- GridViewRowPresenter.cs
- XamlSerializerUtil.cs
- ButtonChrome.cs
- QilVisitor.cs
- TypeAccessException.cs
- Privilege.cs
- TypeReference.cs
- CqlGenerator.cs
- CapabilitiesAssignment.cs
- DataGridViewCellEventArgs.cs
- Module.cs
- StringAnimationBase.cs
- GuidConverter.cs
- Color.cs