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
- _CacheStreams.cs
- SetStoryboardSpeedRatio.cs
- DocumentPageHost.cs
- ZipPackage.cs
- HostedElements.cs
- ConfigXmlText.cs
- Overlapped.cs
- DataGridRelationshipRow.cs
- RunClient.cs
- EntityContainer.cs
- DataPagerFieldCollection.cs
- FileLogRecordEnumerator.cs
- HostedHttpContext.cs
- BinaryObjectInfo.cs
- ElementHostPropertyMap.cs
- Compiler.cs
- StatusBar.cs
- EntityRecordInfo.cs
- SwitchAttribute.cs
- OdbcParameter.cs
- ClientApiGenerator.cs
- CompilerScope.cs
- ChineseLunisolarCalendar.cs
- SqlBooleanMismatchVisitor.cs
- HostProtectionException.cs
- ListBindableAttribute.cs
- NullableConverter.cs
- ScrollBar.cs
- EntityKeyElement.cs
- HyperLink.cs
- KnownBoxes.cs
- COM2EnumConverter.cs
- ParallelTimeline.cs
- ServiceDebugElement.cs
- NullReferenceException.cs
- NewExpression.cs
- Pointer.cs
- HuffModule.cs
- DocumentSchemaValidator.cs
- StylusCaptureWithinProperty.cs
- CompilerScope.Storage.cs
- NamespaceDisplay.xaml.cs
- RelationshipEndCollection.cs
- SizeConverter.cs
- _DigestClient.cs
- BamlResourceSerializer.cs
- ErrorHandler.cs
- StaticResourceExtension.cs
- SqlGenericUtil.cs
- QilParameter.cs
- PermissionListSet.cs
- ArrayConverter.cs
- XmlSerializerFactory.cs
- MimeWriter.cs
- EntityDataSourceQueryBuilder.cs
- CharAnimationBase.cs
- RawStylusInputCustomData.cs
- XmlNodeComparer.cs
- DataServiceQueryOfT.cs
- ListViewDeleteEventArgs.cs
- WebOperationContext.cs
- DataGridViewImageColumn.cs
- TextTreeUndo.cs
- RawStylusInputCustomDataList.cs
- HttpModuleAction.cs
- FunctionDefinition.cs
- SqlColumnizer.cs
- MsmqIntegrationMessageProperty.cs
- metadatamappinghashervisitor.hashsourcebuilder.cs
- _Semaphore.cs
- IODescriptionAttribute.cs
- ObjectQueryProvider.cs
- UnSafeCharBuffer.cs
- ContentType.cs
- ImageClickEventArgs.cs
- TripleDESCryptoServiceProvider.cs
- SpeechSynthesizer.cs
- SqlExpander.cs
- XamlToRtfWriter.cs
- safelinkcollection.cs
- UpWmlPageAdapter.cs
- RequiredAttributeAttribute.cs
- CollectionConverter.cs
- XmlNode.cs
- InvalidEnumArgumentException.cs
- CodeTryCatchFinallyStatement.cs
- SymmetricKeyWrap.cs
- PerspectiveCamera.cs
- EntityKeyElement.cs
- IndentedWriter.cs
- NavigationExpr.cs
- Matrix3DValueSerializer.cs
- Expressions.cs
- _AutoWebProxyScriptHelper.cs
- AffineTransform3D.cs
- HeaderLabel.cs
- SimpleLine.cs
- WinCategoryAttribute.cs
- HyperlinkAutomationPeer.cs
- SemanticValue.cs