Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / clr / src / BCL / System / Security / Cryptography / SHA512.cs / 1 / SHA512.cs
// ==++==
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// ==--==
//
// SHA512.cs
//
// This abstract class represents the SHA-512 hash algorithm.
//
namespace System.Security.Cryptography {
[System.Runtime.InteropServices.ComVisible(true)]
public abstract class SHA512 : HashAlgorithm
{
//
// protected constructors
//
protected SHA512() {
HashSizeValue = 512;
}
//
// public methods
//
new static public SHA512 Create() {
return Create("System.Security.Cryptography.SHA512");
}
new static public SHA512 Create(String hashName) {
return (SHA512) CryptoConfig.CreateFromName(hashName);
}
}
}
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ConfigurationManager.cs
- WindowsToolbarAsMenu.cs
- StringUtil.cs
- DragDrop.cs
- SubpageParagraph.cs
- ServiceNameElement.cs
- WebBrowserBase.cs
- ToolStripKeyboardHandlingService.cs
- ManagementOperationWatcher.cs
- DynamicContractTypeBuilder.cs
- ArrayElementGridEntry.cs
- ToolStripHighContrastRenderer.cs
- XmlChildEnumerator.cs
- Exceptions.cs
- ViewKeyConstraint.cs
- BitmapFrame.cs
- xdrvalidator.cs
- DataServiceRequestOfT.cs
- HostedTcpTransportManager.cs
- Panel.cs
- RecipientInfo.cs
- TextEditorParagraphs.cs
- Configuration.cs
- PassportIdentity.cs
- ReliableDuplexSessionChannel.cs
- SelectionProcessor.cs
- Executor.cs
- TransportBindingElementImporter.cs
- FileDocument.cs
- translator.cs
- EditBehavior.cs
- TdsParserSessionPool.cs
- odbcmetadatacolumnnames.cs
- WmpBitmapDecoder.cs
- FixedPageStructure.cs
- InvokeAction.cs
- FormatSettings.cs
- HttpWebRequestElement.cs
- XmlSchemaImporter.cs
- ListenerAdaptersInstallComponent.cs
- PointCollection.cs
- FontFamily.cs
- ConsumerConnectionPoint.cs
- LocalValueEnumerator.cs
- GridToolTip.cs
- ArithmeticException.cs
- ToolStripStatusLabel.cs
- RequiredAttributeAttribute.cs
- SqlBuffer.cs
- AssociationSetMetadata.cs
- ModuleBuilderData.cs
- ToolStripItemCollection.cs
- LogEntry.cs
- PartialTrustHelpers.cs
- FixedDocumentSequencePaginator.cs
- LicenseException.cs
- QueryReaderSettings.cs
- MsmqSecureHashAlgorithm.cs
- StringUtil.cs
- ColorPalette.cs
- Transform.cs
- TdsParameterSetter.cs
- MobileTextWriter.cs
- RuleElement.cs
- ComNativeDescriptor.cs
- FrameworkElement.cs
- DataGridColumnStyleMappingNameEditor.cs
- XmlExtensionFunction.cs
- DataSet.cs
- pingexception.cs
- Array.cs
- CngKeyCreationParameters.cs
- DesignRelation.cs
- XmlSchemaFacet.cs
- FileIOPermission.cs
- ComboBoxRenderer.cs
- ModelServiceImpl.cs
- BindingRestrictions.cs
- GenericTypeParameterConverter.cs
- ExpressionContext.cs
- ExceptionHandler.cs
- XmlSchemaInclude.cs
- MethodToken.cs
- SqlRowUpdatingEvent.cs
- HostingEnvironment.cs
- safelinkcollection.cs
- OrderedDictionaryStateHelper.cs
- ObjectDataProvider.cs
- AppDomain.cs
- JoinSymbol.cs
- ResourceDisplayNameAttribute.cs
- ClientScriptManagerWrapper.cs
- ProxySimple.cs
- ReverseInheritProperty.cs
- Regex.cs
- ExternalFile.cs
- SizeAnimation.cs
- OracleException.cs
- ApplicationFileCodeDomTreeGenerator.cs
- SwitchElementsCollection.cs