Code:
/ 4.0 / 4.0 / 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. // ==++== // // 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
- TypeSource.cs
- MultiBindingExpression.cs
- BaseDataBoundControl.cs
- MenuItemStyleCollectionEditor.cs
- SqlUnionizer.cs
- DataGridViewCheckBoxColumn.cs
- InvokePattern.cs
- DbgUtil.cs
- DescendantQuery.cs
- HtmlInputImage.cs
- MetaModel.cs
- TimelineCollection.cs
- ClientSession.cs
- ConfigurationLoader.cs
- ConstraintConverter.cs
- DisableDpiAwarenessAttribute.cs
- SingleSelectRootGridEntry.cs
- DataSourceProvider.cs
- SpeechDetectedEventArgs.cs
- ImageFormatConverter.cs
- ObjectDataSourceChooseMethodsPanel.cs
- Parser.cs
- TdsParserHelperClasses.cs
- UserNamePasswordClientCredential.cs
- BitmapImage.cs
- WindowsProgressbar.cs
- ClientSession.cs
- TransformCollection.cs
- Debug.cs
- TraceProvider.cs
- FormView.cs
- ChtmlTextWriter.cs
- ParserStreamGeometryContext.cs
- XmlWrappingReader.cs
- BufferedGraphics.cs
- WhitespaceRuleLookup.cs
- WorkflowControlClient.cs
- FirstQueryOperator.cs
- RealProxy.cs
- QilStrConcatenator.cs
- JsonUriDataContract.cs
- UniqueContractNameValidationBehavior.cs
- SvcMapFile.cs
- DockPanel.cs
- CodeCatchClauseCollection.cs
- DecoratedNameAttribute.cs
- PrintingPermission.cs
- IsolatedStorage.cs
- JsonDeserializer.cs
- WindowsListViewGroupHelper.cs
- Filter.cs
- ListSortDescription.cs
- EventBuilder.cs
- Control.cs
- MsmqNonTransactedPoisonHandler.cs
- AssemblyName.cs
- SqlClientMetaDataCollectionNames.cs
- EventsTab.cs
- DataGridViewColumn.cs
- IIS7UserPrincipal.cs
- CheckoutException.cs
- ClientOperation.cs
- AsymmetricSignatureFormatter.cs
- DesignerAdRotatorAdapter.cs
- MarkupExtensionParser.cs
- DocumentGridContextMenu.cs
- LedgerEntryCollection.cs
- AuthenticationConfig.cs
- GreenMethods.cs
- TrackBarRenderer.cs
- CodeObject.cs
- ColorAnimationBase.cs
- GroupBoxRenderer.cs
- BaseParser.cs
- DaylightTime.cs
- UnknownWrapper.cs
- RadialGradientBrush.cs
- ServiceProviders.cs
- safePerfProviderHandle.cs
- ForeignKeyFactory.cs
- ZoneLinkButton.cs
- ClientSettingsProvider.cs
- FormCollection.cs
- KeyedCollection.cs
- SymbolMethod.cs
- WindowsRichEditRange.cs
- ExternalFile.cs
- WebAdminConfigurationHelper.cs
- SqlBuffer.cs
- OdbcStatementHandle.cs
- RenderOptions.cs
- FactoryMaker.cs
- FieldTemplateUserControl.cs
- Stacktrace.cs
- DataGridrowEditEndingEventArgs.cs
- WindowsStatic.cs
- CacheModeConverter.cs
- MessageDispatch.cs
- ProviderIncompatibleException.cs
- SqlException.cs