C# Class System.Security.Cryptography.SHA512

Inheritance: HashAlgorithm
Datei anzeigen Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
Create ( ) : SHA512
Create ( string hashName ) : SHA512

Protected Methods

Method Description
SHA512 ( ) : Internal.Cryptography

Method Details

Create() public static method

public static Create ( ) : SHA512
return SHA512

Create() public static method

public static Create ( string hashName ) : SHA512
hashName string
return SHA512

SHA512() protected method

protected SHA512 ( ) : Internal.Cryptography
return Internal.Cryptography