Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- wgx_exports.cs
- SafeProcessHandle.cs
- CompilationLock.cs
- SignedXmlDebugLog.cs
- FixedPageAutomationPeer.cs
- TdsParameterSetter.cs
- PtsHelper.cs
- ThemeDirectoryCompiler.cs
- WebEvents.cs
- IdentitySection.cs
- SolidBrush.cs
- TcpConnectionPool.cs
- SerializationInfo.cs
- ActivityExecutorOperation.cs
- FormViewModeEventArgs.cs
- UriTemplateDispatchFormatter.cs
- COM2ExtendedUITypeEditor.cs
- TextCompositionManager.cs
- ImageFormatConverter.cs
- BypassElement.cs
- ConfigUtil.cs
- EdmProperty.cs
- PartialCachingAttribute.cs
- SignatureHelper.cs
- DataSourceCacheDurationConverter.cs
- CompilerState.cs
- Column.cs
- FreezableDefaultValueFactory.cs
- HtmlTernaryTree.cs
- AccessedThroughPropertyAttribute.cs
- WhereQueryOperator.cs
- RegexMatch.cs
- handlecollector.cs
- GetWinFXPath.cs
- ExpressionValueEditor.cs
- FontWeights.cs
- ScrollChrome.cs
- ModelPropertyImpl.cs
- MasterPage.cs
- ValidatorCompatibilityHelper.cs
- BinaryFormatterWriter.cs
- ReadOnlyTernaryTree.cs
- SqlDuplicator.cs
- ParseNumbers.cs
- QilTargetType.cs
- StringArrayEditor.cs
- DispatchWrapper.cs
- Funcletizer.cs
- Input.cs
- StackOverflowException.cs
- PasswordRecoveryAutoFormat.cs
- RoleManagerSection.cs
- QilBinary.cs
- Table.cs
- DynamicHyperLink.cs
- FixedNode.cs
- RequestQueue.cs
- GenericsNotImplementedException.cs
- DataGridViewSortCompareEventArgs.cs
- MimeBasePart.cs
- Enum.cs
- ActivityContext.cs
- cookiecontainer.cs
- VolatileEnlistmentState.cs
- LinkClickEvent.cs
- SimpleExpression.cs
- EdmScalarPropertyAttribute.cs
- CompilerWrapper.cs
- ChannelPool.cs
- ChangePassword.cs
- SortedSet.cs
- PrivilegeNotHeldException.cs
- SchemaTableColumn.cs
- BamlRecordWriter.cs
- RemoteWebConfigurationHost.cs
- StructuredTypeEmitter.cs
- MasterPageParser.cs
- MetadataArtifactLoader.cs
- TableCellCollection.cs
- StringComparer.cs
- XmlLanguageConverter.cs
- QueryAsyncResult.cs
- TdsParserHelperClasses.cs
- _OverlappedAsyncResult.cs
- MD5CryptoServiceProvider.cs
- WhitespaceSignificantCollectionAttribute.cs
- DragDropManager.cs
- ObjectSet.cs
- Container.cs
- Vector3DCollectionConverter.cs
- TypeUnloadedException.cs
- RootProfilePropertySettingsCollection.cs
- XmlSchemaSet.cs
- BasicBrowserDialog.cs
- IdleTimeoutMonitor.cs
- DataSvcMapFileSerializer.cs
- OverlappedContext.cs
- SqlDelegatedTransaction.cs
- DockPatternIdentifiers.cs
- WsatServiceAddress.cs