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
- QueryPageSettingsEventArgs.cs
- GeneralTransform3DTo2D.cs
- InterleavedZipPartStream.cs
- TreeViewEvent.cs
- HeaderedItemsControl.cs
- TextEditorCharacters.cs
- WindowAutomationPeer.cs
- SuppressIldasmAttribute.cs
- NavigationProperty.cs
- StrongNamePublicKeyBlob.cs
- GlobalizationSection.cs
- ImageSource.cs
- MetadataPropertyAttribute.cs
- UnicastIPAddressInformationCollection.cs
- ToolBarTray.cs
- SimpleType.cs
- EventLogTraceListener.cs
- AuthenticatingEventArgs.cs
- HtmlGenericControl.cs
- SerialReceived.cs
- XmlProcessingInstruction.cs
- InvalidateEvent.cs
- Rotation3D.cs
- Int32RectConverter.cs
- AdornerDecorator.cs
- Object.cs
- Freezable.cs
- PerfCounters.cs
- PeerUnsafeNativeMethods.cs
- Wizard.cs
- HtmlImageAdapter.cs
- RichTextBox.cs
- Int16AnimationUsingKeyFrames.cs
- CodeObjectCreateExpression.cs
- AnnouncementInnerClientCD1.cs
- MultipartIdentifier.cs
- MonikerProxyAttribute.cs
- EntityProxyTypeInfo.cs
- WebMessageEncoderFactory.cs
- SafeNativeMethods.cs
- CollectionBuilder.cs
- DataStorage.cs
- SqlTopReducer.cs
- Int32Rect.cs
- BaseCollection.cs
- DataServiceException.cs
- DigestTraceRecordHelper.cs
- DataGridViewColumnConverter.cs
- CorrelationRequestContext.cs
- ISAPIRuntime.cs
- ResourceType.cs
- XmlSchemaAttribute.cs
- VerificationAttribute.cs
- SoapMessage.cs
- PeerApplication.cs
- ToolBarButton.cs
- DataGridViewSelectedCellCollection.cs
- DocumentGrid.cs
- SettingsBindableAttribute.cs
- RadioButton.cs
- XmlLanguage.cs
- SemanticTag.cs
- TemplateComponentConnector.cs
- DelegateBodyWriter.cs
- ListGeneralPage.cs
- HttpRequestContext.cs
- BamlLocalizer.cs
- Console.cs
- PackageController.cs
- IgnoreDeviceFilterElement.cs
- EnvironmentPermission.cs
- ServiceModelTimeSpanValidator.cs
- UrlParameterReader.cs
- OperandQuery.cs
- RelatedEnd.cs
- BitmapCache.cs
- PersistChildrenAttribute.cs
- XmlNamespaceManager.cs
- FaultPropagationQuery.cs
- ProfileEventArgs.cs
- MimeBasePart.cs
- SizeAnimationUsingKeyFrames.cs
- Int16AnimationUsingKeyFrames.cs
- xmlglyphRunInfo.cs
- SparseMemoryStream.cs
- NativeDirectoryServicesQueryAPIs.cs
- ObjectPropertyMapping.cs
- _StreamFramer.cs
- StreamWithDictionary.cs
- ResourceReader.cs
- KnownBoxes.cs
- GradientBrush.cs
- UnsafeNativeMethods.cs
- SafeThreadHandle.cs
- Version.cs
- ErrorInfoXmlDocument.cs
- MappingSource.cs
- InstanceKeyView.cs
- PersianCalendar.cs
- GAC.cs