Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / clr / src / BCL / System / Security / Cryptography / RIPEMD160.cs / 1305376 / RIPEMD160.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== //[....] // // // RIPEMD160.cs // namespace System.Security.Cryptography { using System; [System.Runtime.InteropServices.ComVisible(true)] public abstract class RIPEMD160 : HashAlgorithm { // // public constructors // protected RIPEMD160() { HashSizeValue = 160; } // // public methods // [System.Security.SecuritySafeCritical] // auto-generated new static public RIPEMD160 Create() { return Create("System.Security.Cryptography.RIPEMD160"); } [System.Security.SecuritySafeCritical] // auto-generated new static public RIPEMD160 Create(String hashName) { return (RIPEMD160) CryptoConfig.CreateFromName(hashName); } } } // 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
- XMLUtil.cs
- ByteFacetDescriptionElement.cs
- ObjectSet.cs
- XmlValidatingReader.cs
- SamlAuthorityBinding.cs
- RedirectionProxy.cs
- OlePropertyStructs.cs
- ViewStateModeByIdAttribute.cs
- StringFunctions.cs
- ToolStripDropDownItem.cs
- UiaCoreProviderApi.cs
- XPathAxisIterator.cs
- EpmContentSerializerBase.cs
- MethodBuilder.cs
- ClientWindowsAuthenticationMembershipProvider.cs
- WaitHandleCannotBeOpenedException.cs
- ActivationWorker.cs
- PageContentAsyncResult.cs
- XPathSingletonIterator.cs
- GlyphRunDrawing.cs
- PropertyConverter.cs
- EntityClientCacheEntry.cs
- _SecureChannel.cs
- TextBoxRenderer.cs
- SqlGenericUtil.cs
- TimeSpanMinutesConverter.cs
- ListView.cs
- NamespaceCollection.cs
- XamlSerializer.cs
- ContextMenuAutomationPeer.cs
- ToolboxItemCollection.cs
- ControlEvent.cs
- RowParagraph.cs
- DuplicateWaitObjectException.cs
- NativeMethods.cs
- ObjectDisposedException.cs
- WebColorConverter.cs
- TransformCryptoHandle.cs
- UICuesEvent.cs
- ApplyImportsAction.cs
- FrameworkReadOnlyPropertyMetadata.cs
- LightweightCodeGenerator.cs
- ExtensibleClassFactory.cs
- JumpPath.cs
- SequenceRangeCollection.cs
- ApplyTemplatesAction.cs
- SoapRpcServiceAttribute.cs
- DbResourceAllocator.cs
- WebPartCatalogAddVerb.cs
- ObjectSet.cs
- StylusPointProperty.cs
- CompositeKey.cs
- StoreItemCollection.Loader.cs
- TextDecorationUnitValidation.cs
- NetMsmqBindingElement.cs
- SmtpException.cs
- XmlText.cs
- ConvertEvent.cs
- ToolStripSeparatorRenderEventArgs.cs
- SystemIPGlobalStatistics.cs
- WpfKnownMemberInvoker.cs
- BitmapEffectInputConnector.cs
- DataServiceSaveChangesEventArgs.cs
- ellipse.cs
- DataGridState.cs
- EndPoint.cs
- TraceSection.cs
- TemplateEditingFrame.cs
- OleDbErrorCollection.cs
- PersonalizationProviderHelper.cs
- FixedBufferAttribute.cs
- PrincipalPermission.cs
- AttributeData.cs
- StaticSiteMapProvider.cs
- WebPartEditorApplyVerb.cs
- InvalidWMPVersionException.cs
- ListenerPerfCounters.cs
- CodeGen.cs
- UnsafeNativeMethods.cs
- CodeAccessPermission.cs
- RelationshipConverter.cs
- XmlQualifiedNameTest.cs
- DecimalKeyFrameCollection.cs
- FloatUtil.cs
- DataViewSetting.cs
- _AutoWebProxyScriptHelper.cs
- WindowsGrip.cs
- Tool.cs
- EraserBehavior.cs
- Storyboard.cs
- DataTableNameHandler.cs
- DeferredSelectedIndexReference.cs
- StoreItemCollection.Loader.cs
- StackOverflowException.cs
- DataGridViewColumnStateChangedEventArgs.cs
- LinkDesigner.cs
- CubicEase.cs
- AccessDataSourceView.cs
- PreviewPrintController.cs
- ConfigurationSettings.cs