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
- dtdvalidator.cs
- TriggerActionCollection.cs
- GetCryptoTransformRequest.cs
- Vector3D.cs
- LocalValueEnumerator.cs
- StandardCommandToolStripMenuItem.cs
- ImageSourceConverter.cs
- FontCollection.cs
- AQNBuilder.cs
- Soap12ProtocolReflector.cs
- HttpCookiesSection.cs
- CommonObjectSecurity.cs
- OciHandle.cs
- TextStore.cs
- DataKey.cs
- ToolStripDropDown.cs
- HintTextMaxWidthConverter.cs
- Graph.cs
- StateMachineWorkflowDesigner.cs
- ImageCodecInfoPrivate.cs
- PropertyIDSet.cs
- ImageMapEventArgs.cs
- ErrorLog.cs
- FloatUtil.cs
- BamlResourceContent.cs
- HttpServerChannel.cs
- Debug.cs
- Expression.cs
- X509Utils.cs
- XmlObjectSerializerContext.cs
- FormViewPageEventArgs.cs
- SectionInput.cs
- SslStreamSecurityElement.cs
- RSAPKCS1SignatureDeformatter.cs
- UrlPropertyAttribute.cs
- ValidationError.cs
- SqlConnection.cs
- DataSourceCache.cs
- ListControlConvertEventArgs.cs
- SiteIdentityPermission.cs
- RuntimeConfig.cs
- EnglishPluralizationService.cs
- graph.cs
- ConfigXmlAttribute.cs
- NextPreviousPagerField.cs
- ContractReference.cs
- ArraySortHelper.cs
- AssemblyAttributesGoHere.cs
- BufferModeSettings.cs
- XmlObjectSerializer.cs
- DocumentEventArgs.cs
- ControlDesigner.cs
- SecurityElement.cs
- DynamicResourceExtension.cs
- OdbcError.cs
- TrackingAnnotationCollection.cs
- WindowsGraphicsCacheManager.cs
- CmsInterop.cs
- Pkcs9Attribute.cs
- PropertyContainer.cs
- PerformanceCounterLib.cs
- NotifyCollectionChangedEventArgs.cs
- BooleanKeyFrameCollection.cs
- MsmqVerifier.cs
- KeyboardNavigation.cs
- TypedTableBaseExtensions.cs
- PolicyValidationException.cs
- PartManifestEntry.cs
- MSAAEventDispatcher.cs
- CharacterBuffer.cs
- CompiledQuery.cs
- BitVec.cs
- DecoderFallbackWithFailureFlag.cs
- RadioButtonRenderer.cs
- InitializationEventAttribute.cs
- DataGridCell.cs
- SafeIUnknown.cs
- DuplicateWaitObjectException.cs
- Menu.cs
- NativeMethods.cs
- AspNetHostingPermission.cs
- TaiwanCalendar.cs
- SetIterators.cs
- SqlDataSourceQueryEditor.cs
- SqlVisitor.cs
- MultidimensionalArrayItemReference.cs
- SuppressMessageAttribute.cs
- GenericRootAutomationPeer.cs
- TransformConverter.cs
- StringToken.cs
- OracleTimeSpan.cs
- ZipFileInfo.cs
- ObjectViewListener.cs
- TextBreakpoint.cs
- ComplexPropertyEntry.cs
- WebEvents.cs
- StyleXamlParser.cs
- SelectorItemAutomationPeer.cs
- NegotiationTokenAuthenticatorStateCache.cs
- ResourceExpressionBuilder.cs