Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / clr / src / BCL / System / Security / Cryptography / SHA384.cs / 1 / SHA384.cs
// ==++==
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// ==--==
//
// SHA384.cs
//
// This abstract class represents the SHA-384 hash algorithm.
//
namespace System.Security.Cryptography {
[System.Runtime.InteropServices.ComVisible(true)]
public abstract class SHA384 : HashAlgorithm
{
//
// protected constructors
//
protected SHA384() {
HashSizeValue = 384;
}
//
// public methods
//
new static public SHA384 Create() {
return Create("System.Security.Cryptography.SHA384");
}
new static public SHA384 Create(String hashName) {
return (SHA384) CryptoConfig.CreateFromName(hashName);
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// ==++==
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// ==--==
//
// SHA384.cs
//
// This abstract class represents the SHA-384 hash algorithm.
//
namespace System.Security.Cryptography {
[System.Runtime.InteropServices.ComVisible(true)]
public abstract class SHA384 : HashAlgorithm
{
//
// protected constructors
//
protected SHA384() {
HashSizeValue = 384;
}
//
// public methods
//
new static public SHA384 Create() {
return Create("System.Security.Cryptography.SHA384");
}
new static public SHA384 Create(String hashName) {
return (SHA384) 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
- MultipartContentParser.cs
- _SSPIWrapper.cs
- DataSourceCacheDurationConverter.cs
- UIntPtr.cs
- IconConverter.cs
- SimpleType.cs
- sqlinternaltransaction.cs
- webproxy.cs
- GridViewColumnHeader.cs
- BinaryCommonClasses.cs
- ConnectionStringEditor.cs
- VisualStyleRenderer.cs
- ToolStripPanel.cs
- EntityDataSourceDataSelection.cs
- WizardSideBarListControlItem.cs
- Sequence.cs
- TextStore.cs
- WindowsAuthenticationModule.cs
- AppDomainInstanceProvider.cs
- BitmapEditor.cs
- CompensationHandlingFilter.cs
- InvokeGenerator.cs
- StateMachine.cs
- XPathBinder.cs
- InheritanceContextHelper.cs
- FilterException.cs
- RemotingServices.cs
- MasterPage.cs
- TrackingStringDictionary.cs
- PlatformCulture.cs
- CacheOutputQuery.cs
- shaper.cs
- InkPresenter.cs
- IDQuery.cs
- ReceiveActivityDesignerTheme.cs
- StrokeNodeOperations2.cs
- HWStack.cs
- SecurityPermission.cs
- GCHandleCookieTable.cs
- ProvidePropertyAttribute.cs
- TracingConnectionListener.cs
- PersonalizationProviderCollection.cs
- ParameterRefs.cs
- VisualBasicReference.cs
- Types.cs
- EmptyQuery.cs
- WindowsProgressbar.cs
- DeferredElementTreeState.cs
- LinkClickEvent.cs
- AmbientLight.cs
- ToolBarTray.cs
- WebSysDefaultValueAttribute.cs
- PolicyManager.cs
- TrackingAnnotationCollection.cs
- TreeView.cs
- XamlSerializationHelper.cs
- ColorConverter.cs
- CookielessHelper.cs
- TableCellAutomationPeer.cs
- serverconfig.cs
- EditorZoneAutoFormat.cs
- DEREncoding.cs
- DataControlFieldCollection.cs
- RequestQueue.cs
- SizeFConverter.cs
- IndexedGlyphRun.cs
- EncodingTable.cs
- SoapMessage.cs
- Itemizer.cs
- ValueQuery.cs
- Validator.cs
- EmptyEnumerator.cs
- ProtocolViolationException.cs
- OpenFileDialog.cs
- IdentityReference.cs
- FreezableDefaultValueFactory.cs
- HyperlinkAutomationPeer.cs
- TraceEventCache.cs
- ServiceHandle.cs
- InnerItemCollectionView.cs
- DesignerOptionService.cs
- TTSEngineTypes.cs
- NativeMethods.cs
- AliasGenerator.cs
- TextEditorParagraphs.cs
- EmptyQuery.cs
- XmlSchemaImporter.cs
- XdrBuilder.cs
- ForEachAction.cs
- InstanceStoreQueryResult.cs
- TemplateBuilder.cs
- Literal.cs
- EditorResources.cs
- SQLSingle.cs
- BufferedReadStream.cs
- RegexCharClass.cs
- Style.cs
- MappingItemCollection.cs
- SQLInt32Storage.cs
- OpenTypeLayout.cs