C# Class System.Security.Cryptography.SHA256

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

Public Methods

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

Protected Methods

Method Description
SHA256 ( ) : Internal.Cryptography

Method Details

Create() public static method

public static Create ( ) : SHA256
return SHA256

Create() public static method

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

SHA256() protected method

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