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
- CodeSnippetExpression.cs
- AttributeQuery.cs
- XmlQueryTypeFactory.cs
- FileDataSourceCache.cs
- TypeDescriptionProviderAttribute.cs
- FillBehavior.cs
- AsyncResult.cs
- SpAudioStreamWrapper.cs
- SqlFormatter.cs
- XmlText.cs
- IndexOutOfRangeException.cs
- ObjectComplexPropertyMapping.cs
- SafeFileMapViewHandle.cs
- PictureBox.cs
- UnsafeNativeMethods.cs
- QilIterator.cs
- SqlDuplicator.cs
- BrowserDefinition.cs
- FrameworkTextComposition.cs
- CreationContext.cs
- EasingKeyFrames.cs
- WebPartEditorApplyVerb.cs
- PropertyMapper.cs
- PriorityChain.cs
- ProfileSection.cs
- ApplicationSettingsBase.cs
- MenuTracker.cs
- XmlSchemaCompilationSettings.cs
- InheritanceRules.cs
- OlePropertyStructs.cs
- CachedPathData.cs
- HyperLinkStyle.cs
- TemplatePagerField.cs
- ExcCanonicalXml.cs
- Pointer.cs
- TimelineClockCollection.cs
- RefreshEventArgs.cs
- Accessible.cs
- UnsafeNativeMethods.cs
- ViewEvent.cs
- ErrorRuntimeConfig.cs
- ThaiBuddhistCalendar.cs
- DataSourceControl.cs
- ToolBarButton.cs
- TableHeaderCell.cs
- DesignerForm.cs
- ServiceChannelProxy.cs
- LocationChangedEventArgs.cs
- backend.cs
- DataSetUtil.cs
- Partitioner.cs
- OperatingSystemVersionCheck.cs
- ASCIIEncoding.cs
- ManageRequest.cs
- SQLBinaryStorage.cs
- DefaultSerializationProviderAttribute.cs
- PeerApplicationLaunchInfo.cs
- LinkedResourceCollection.cs
- TypeUtil.cs
- ImageSourceValueSerializer.cs
- FeatureSupport.cs
- AccessorTable.cs
- ClientBuildManager.cs
- ContractsBCL.cs
- CaseInsensitiveOrdinalStringComparer.cs
- HyperLinkDataBindingHandler.cs
- DialogResultConverter.cs
- ClaimSet.cs
- HtmlInputSubmit.cs
- ListBoxItem.cs
- SelectionRangeConverter.cs
- TdsParserSafeHandles.cs
- ConfigXmlComment.cs
- CriticalExceptions.cs
- SqlBuffer.cs
- DataGridViewAdvancedBorderStyle.cs
- XmlElementAttributes.cs
- DPTypeDescriptorContext.cs
- FunctionDefinition.cs
- ResourcePool.cs
- SourceFilter.cs
- StrokeNodeOperations2.cs
- ResourceContainerWrapper.cs
- IdnMapping.cs
- DataView.cs
- shaper.cs
- ToolStripSplitStackLayout.cs
- XmlAttributeCache.cs
- HTTPNotFoundHandler.cs
- HttpCacheParams.cs
- odbcmetadatacollectionnames.cs
- AnnotationMap.cs
- CoTaskMemHandle.cs
- ManipulationDevice.cs
- FormsAuthenticationCredentials.cs
- DataBindingCollectionEditor.cs
- ResponseStream.cs
- BinaryReader.cs
- SystemSounds.cs
- SqlDataSourceCommandEventArgs.cs