Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- ToolboxItemAttribute.cs
- TypefaceCollection.cs
- DependencyStoreSurrogate.cs
- StrokeDescriptor.cs
- RegionInfo.cs
- SoapExtensionStream.cs
- XmlSchemaChoice.cs
- ModelUIElement3D.cs
- UnmanagedMemoryStream.cs
- Pkcs7Signer.cs
- XmlDataSourceNodeDescriptor.cs
- Int16Converter.cs
- SortQuery.cs
- Completion.cs
- Effect.cs
- Crypto.cs
- FontSizeConverter.cs
- _ConnectOverlappedAsyncResult.cs
- ScriptReferenceBase.cs
- TextElementCollectionHelper.cs
- XmlSerializationGeneratedCode.cs
- EncryptedData.cs
- GreenMethods.cs
- MessageEventSubscriptionService.cs
- XhtmlStyleClass.cs
- SqlNotificationRequest.cs
- ToolStripMenuItem.cs
- mediaeventargs.cs
- GeneralTransform3DGroup.cs
- SizeAnimationClockResource.cs
- RegexCapture.cs
- XmlNodeChangedEventArgs.cs
- BrowserTree.cs
- AnchoredBlock.cs
- XmlDocument.cs
- OracleTimeSpan.cs
- Rfc4050KeyFormatter.cs
- NamespaceCollection.cs
- InfoCardRSAPKCS1SignatureDeformatter.cs
- AdPostCacheSubstitution.cs
- ProcessDesigner.cs
- COM2PictureConverter.cs
- SqlClientPermission.cs
- X509UI.cs
- LoginUtil.cs
- JpegBitmapDecoder.cs
- RMEnrollmentPage3.cs
- StatusBarPanel.cs
- CompilerGlobalScopeAttribute.cs
- connectionpool.cs
- EmptyStringExpandableObjectConverter.cs
- UnaryNode.cs
- DocumentViewerHelper.cs
- SQLSingleStorage.cs
- TableParaClient.cs
- LedgerEntry.cs
- XmlTextAttribute.cs
- TextFormatterHost.cs
- MarkedHighlightComponent.cs
- Bidi.cs
- CircleEase.cs
- SQLBytesStorage.cs
- WebFaultClientMessageInspector.cs
- XmlNamespaceMapping.cs
- Expression.cs
- ProgressBar.cs
- SchemaUtility.cs
- TableLayoutSettings.cs
- ContextMenu.cs
- Image.cs
- Transactions.cs
- IntPtr.cs
- XamlInt32CollectionSerializer.cs
- StrokeRenderer.cs
- SqlConnectionPoolGroupProviderInfo.cs
- XamlTemplateSerializer.cs
- EmptyEnumerable.cs
- SendingRequestEventArgs.cs
- UnmanagedBitmapWrapper.cs
- Automation.cs
- CngAlgorithm.cs
- EmbeddedMailObjectsCollection.cs
- InvalidDataException.cs
- FileDialog_Vista.cs
- HttpCookiesSection.cs
- SqlProvider.cs
- CalendarDateChangedEventArgs.cs
- DbDataRecord.cs
- CLRBindingWorker.cs
- DataGridViewUtilities.cs
- UInt64.cs
- Span.cs
- TransformerConfigurationWizardBase.cs
- Timer.cs
- Panel.cs
- counter.cs
- ResXResourceReader.cs
- AnnouncementClient.cs
- CodeGeneratorAttribute.cs
- CompilationUtil.cs