Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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); } } } // 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 // new static public SHA512 Create() { return Create("System.Security.Cryptography.SHA512"); } 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
- DisposableCollectionWrapper.cs
- OutputCacheProfile.cs
- ErrorCodes.cs
- IndentTextWriter.cs
- SoapTransportImporter.cs
- EntityAdapter.cs
- VirtualPathProvider.cs
- GAC.cs
- DataTableNewRowEvent.cs
- ExpressionBuilder.cs
- IntegerCollectionEditor.cs
- DataGridViewCellToolTipTextNeededEventArgs.cs
- BordersPage.cs
- Visual3D.cs
- ModuleConfigurationInfo.cs
- ModelItemDictionary.cs
- XmlSchemaChoice.cs
- HMACSHA1.cs
- ProgressBarAutomationPeer.cs
- Border.cs
- HttpServerUtilityWrapper.cs
- XPathBinder.cs
- XmlQueryStaticData.cs
- TcpConnectionPoolSettingsElement.cs
- TextBounds.cs
- MetadataArtifactLoader.cs
- NavigationProperty.cs
- SerializationFieldInfo.cs
- MetadataFile.cs
- TextTreeUndoUnit.cs
- TemplateLookupAction.cs
- SequenceNumber.cs
- ToolStripSplitButton.cs
- IntMinMaxAggregationOperator.cs
- BaseTreeIterator.cs
- FileDialog_Vista_Interop.cs
- ProxySimple.cs
- x509store.cs
- FontFamily.cs
- Variable.cs
- DataGridViewColumnConverter.cs
- WebPartChrome.cs
- Stacktrace.cs
- DynamicAttribute.cs
- DiscreteKeyFrames.cs
- MembershipAdapter.cs
- ProfileInfo.cs
- XNodeNavigator.cs
- VoiceInfo.cs
- AutoGeneratedField.cs
- SecurityException.cs
- Int16Storage.cs
- DataGridViewButtonColumn.cs
- DesignerActionTextItem.cs
- ContentElement.cs
- HttpPostedFile.cs
- GlyphCache.cs
- SimpleTypeResolver.cs
- _SafeNetHandles.cs
- ProjectionCamera.cs
- RangeValidator.cs
- StrokeNodeOperations2.cs
- XmlDocumentSurrogate.cs
- DataStreams.cs
- DictionaryEntry.cs
- XamlWriter.cs
- DummyDataSource.cs
- CreateUserWizard.cs
- CodeValidator.cs
- HttpCapabilitiesSectionHandler.cs
- TreeSet.cs
- ClientReliableChannelBinder.cs
- ToolboxSnapDragDropEventArgs.cs
- IISMapPath.cs
- SourceFilter.cs
- Compiler.cs
- CodeTypeOfExpression.cs
- EventProviderBase.cs
- WrapPanel.cs
- SpnegoTokenProvider.cs
- RootBrowserWindowAutomationPeer.cs
- NetCodeGroup.cs
- NavigationPropertyEmitter.cs
- CollectionViewGroupInternal.cs
- RtfNavigator.cs
- Switch.cs
- HttpApplication.cs
- Int16AnimationBase.cs
- FacetValueContainer.cs
- _ConnectOverlappedAsyncResult.cs
- MatrixConverter.cs
- XPathCompileException.cs
- HotCommands.cs
- BinaryParser.cs
- VirtualDirectoryMappingCollection.cs
- AddInIpcChannel.cs
- MemoryRecordBuffer.cs
- updatecommandorderer.cs
- StrongNameKeyPair.cs
- TemplateInstanceAttribute.cs