Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- ListViewItem.cs
- InfoCardProofToken.cs
- SafePointer.cs
- StaticContext.cs
- ButtonBase.cs
- ThousandthOfEmRealPoints.cs
- WindowsButton.cs
- StringWriter.cs
- FileBasedResourceGroveler.cs
- TextTreeFixupNode.cs
- SchemaCollectionCompiler.cs
- DocumentXmlWriter.cs
- XmlArrayItemAttribute.cs
- TraceFilter.cs
- NativeMethods.cs
- NetworkInformationPermission.cs
- InsufficientMemoryException.cs
- SiteMapPath.cs
- ImageListDesigner.cs
- CounterSampleCalculator.cs
- OracleString.cs
- DesignTimeResourceProviderFactoryAttribute.cs
- WaitHandle.cs
- DSASignatureFormatter.cs
- SynchronizedInputPattern.cs
- DataGridViewCellValueEventArgs.cs
- __Filters.cs
- ConfigurationLockCollection.cs
- UnsafeNativeMethods.cs
- TailPinnedEventArgs.cs
- LabelDesigner.cs
- UdpSocketReceiveManager.cs
- ResourceDefaultValueAttribute.cs
- SecurityToken.cs
- SynchronizedPool.cs
- MappedMetaModel.cs
- Tokenizer.cs
- ParseHttpDate.cs
- RichTextBox.cs
- CodeCatchClause.cs
- BlockingCollection.cs
- InstanceValue.cs
- CompositeFontFamily.cs
- UnsafeCollabNativeMethods.cs
- AuthenticationSection.cs
- WebReferencesBuildProvider.cs
- WebPageTraceListener.cs
- SByte.cs
- OutOfProcStateClientManager.cs
- SqlCharStream.cs
- ZipIORawDataFileBlock.cs
- _SingleItemRequestCache.cs
- ConfigXmlWhitespace.cs
- XmlElementList.cs
- TransferRequestHandler.cs
- OutOfProcStateClientManager.cs
- Size.cs
- PersonalizationAdministration.cs
- Int16Storage.cs
- PersonalizationProviderHelper.cs
- ActivityStateQuery.cs
- ListBindingHelper.cs
- UInt16Storage.cs
- Util.cs
- XmlComment.cs
- BaseCollection.cs
- ObjectStorage.cs
- XmlDataImplementation.cs
- FrameworkElementFactoryMarkupObject.cs
- ListComponentEditor.cs
- initElementDictionary.cs
- RenderOptions.cs
- ItemAutomationPeer.cs
- HashCodeCombiner.cs
- DrawingContext.cs
- KnownTypes.cs
- NavigationProperty.cs
- IDictionary.cs
- WhereQueryOperator.cs
- Guid.cs
- UpdateManifestForBrowserApplication.cs
- DotExpr.cs
- AudioSignalProblemOccurredEventArgs.cs
- SqlFacetAttribute.cs
- DesignOnlyAttribute.cs
- EntitySqlQueryCacheEntry.cs
- BaseDataList.cs
- AdornerHitTestResult.cs
- StreamWithDictionary.cs
- DropShadowEffect.cs
- RegexRunner.cs
- Signature.cs
- BehaviorEditorPart.cs
- StateMachineSubscriptionManager.cs
- XsdBuildProvider.cs
- HierarchicalDataBoundControlAdapter.cs
- sqlcontext.cs
- FixUpCollection.cs
- Predicate.cs
- CommunicationObjectFaultedException.cs