Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / clr / src / BCL / System / Security / Cryptography / SHA512.cs / 1305376 / 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 // [System.Security.SecuritySafeCritical] // auto-generated new static public SHA512 Create() { return Create("System.Security.Cryptography.SHA512"); } [System.Security.SecuritySafeCritical] // auto-generated new static public SHA512 Create(String hashName) { return (SHA512) 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
- RectangleF.cs
- HiddenField.cs
- MsmqEncryptionAlgorithm.cs
- ApplicationFileCodeDomTreeGenerator.cs
- SqlServices.cs
- PopupControlService.cs
- PlanCompilerUtil.cs
- MarkupObject.cs
- LicFileLicenseProvider.cs
- GlyphRunDrawing.cs
- BindingSource.cs
- ThemeDictionaryExtension.cs
- DatePicker.cs
- LogicalCallContext.cs
- X509ClientCertificateAuthentication.cs
- DetailsViewPageEventArgs.cs
- CodeLabeledStatement.cs
- XmlSchemaAppInfo.cs
- ParseHttpDate.cs
- ToolStripArrowRenderEventArgs.cs
- ContextMenuStripGroup.cs
- SmtpFailedRecipientException.cs
- SafeFindHandle.cs
- DataTrigger.cs
- RectValueSerializer.cs
- WebPageTraceListener.cs
- Nullable.cs
- EntityAdapter.cs
- WebConfigurationManager.cs
- GridProviderWrapper.cs
- AstNode.cs
- OutputCacheModule.cs
- handlecollector.cs
- TreeIterators.cs
- ZoneButton.cs
- FlowDocumentScrollViewer.cs
- CombinedTcpChannel.cs
- TabletDeviceInfo.cs
- VarRefManager.cs
- CallbackValidator.cs
- StringUtil.cs
- NativeMethods.cs
- ServerProtocol.cs
- FileDialogCustomPlaces.cs
- ToolStripItemImageRenderEventArgs.cs
- TextModifierScope.cs
- DatasetMethodGenerator.cs
- HtmlContainerControl.cs
- BitmapDownload.cs
- X509ChainPolicy.cs
- SiteMapNode.cs
- NativeMethods.cs
- ProtocolsConfiguration.cs
- BitmapDownload.cs
- SqlGenericUtil.cs
- ToolStripPanelRow.cs
- SpecialFolderEnumConverter.cs
- HTMLTextWriter.cs
- RegexCompiler.cs
- ConfigurationErrorsException.cs
- StatusBarDrawItemEvent.cs
- XDeferredAxisSource.cs
- UserControl.cs
- ImageIndexConverter.cs
- Shared.cs
- OleAutBinder.cs
- SqlCacheDependencyDatabase.cs
- ExpressionVisitorHelpers.cs
- autovalidator.cs
- ProxyElement.cs
- SQLDateTime.cs
- BaseDataListDesigner.cs
- CommandLibraryHelper.cs
- ConvertersCollection.cs
- SmtpReplyReaderFactory.cs
- RegexBoyerMoore.cs
- Int32.cs
- VisualBasicReference.cs
- Console.cs
- XhtmlCssHandler.cs
- StringWriter.cs
- XmlEntity.cs
- DocumentGrid.cs
- BinaryMethodMessage.cs
- DictionaryKeyPropertyAttribute.cs
- SqlUdtInfo.cs
- SpeechSynthesizer.cs
- InstrumentationTracker.cs
- RouteTable.cs
- MediaScriptCommandRoutedEventArgs.cs
- OptimalBreakSession.cs
- TerminateDesigner.cs
- HttpModuleActionCollection.cs
- XmlNode.cs
- ConnectivityStatus.cs
- ZipArchive.cs
- ActivationArguments.cs
- AuthenticationSection.cs
- ItemAutomationPeer.cs
- RegistryConfigurationProvider.cs