Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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);
}
}
}
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TreeNodeStyle.cs
- ApplicationSecurityManager.cs
- DistinctQueryOperator.cs
- TemplateBamlRecordReader.cs
- _NativeSSPI.cs
- ThemeableAttribute.cs
- Literal.cs
- HashHelper.cs
- ExpressionHelper.cs
- InputLangChangeRequestEvent.cs
- XmlUrlEditor.cs
- View.cs
- TdsParserStaticMethods.cs
- DPTypeDescriptorContext.cs
- LayoutEvent.cs
- LocalizableAttribute.cs
- InstanceHandleReference.cs
- ThicknessAnimationBase.cs
- HighContrastHelper.cs
- JavaScriptString.cs
- SqlExpressionNullability.cs
- EventProperty.cs
- ModelServiceImpl.cs
- CellIdBoolean.cs
- CodeThrowExceptionStatement.cs
- ProtectedConfigurationSection.cs
- AbandonedMutexException.cs
- NamespaceInfo.cs
- TemplateControl.cs
- RolePrincipal.cs
- UnicastIPAddressInformationCollection.cs
- ReaderWriterLockWrapper.cs
- FontFamily.cs
- LiteralText.cs
- control.ime.cs
- InputScopeManager.cs
- ResourceDefaultValueAttribute.cs
- Policy.cs
- NameValuePermission.cs
- BindingsCollection.cs
- AlphaSortedEnumConverter.cs
- AppSettingsExpressionBuilder.cs
- ExecutorLocksHeldException.cs
- HScrollBar.cs
- BitStack.cs
- CultureInfoConverter.cs
- Vertex.cs
- TreeNodeEventArgs.cs
- EventPrivateKey.cs
- ExpressionLexer.cs
- BitmapCodecInfo.cs
- SecurityPermission.cs
- InheritanceRules.cs
- ModuleElement.cs
- WhileDesigner.xaml.cs
- ScaleTransform3D.cs
- DrawingContextWalker.cs
- IISUnsafeMethods.cs
- XmlSchemaElement.cs
- Logging.cs
- SecurityUtils.cs
- UnsafeNetInfoNativeMethods.cs
- RequestQueryParser.cs
- DesignBindingConverter.cs
- _BaseOverlappedAsyncResult.cs
- CacheOutputQuery.cs
- CompatibleIComparer.cs
- MarginCollapsingState.cs
- StringComparer.cs
- UnsafeNativeMethods.cs
- FileDialog.cs
- ArgumentsParser.cs
- ArrangedElementCollection.cs
- SeparatorAutomationPeer.cs
- ZipPackage.cs
- ISO2022Encoding.cs
- WriteLine.cs
- Rect3DValueSerializer.cs
- TextContainerHelper.cs
- BoundsDrawingContextWalker.cs
- Int32Converter.cs
- TokenBasedSet.cs
- SpotLight.cs
- HyperLinkStyle.cs
- AuthenticatingEventArgs.cs
- DefaultValueMapping.cs
- ScriptingWebServicesSectionGroup.cs
- VisualStyleRenderer.cs
- KnownBoxes.cs
- securestring.cs
- XmlMapping.cs
- XmlLanguageConverter.cs
- TlsnegoTokenProvider.cs
- SafePointer.cs
- RequestSecurityTokenSerializer.cs
- TraceSection.cs
- MergePropertyDescriptor.cs
- TypeConstant.cs
- ScaleTransform.cs
- SiteMapHierarchicalDataSourceView.cs