C# Class System.Security.Cryptography.SHA384

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

Public Methods

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

Protected Methods

Method Description
SHA384 ( ) : Internal.Cryptography

Method Details

Create() public static method

public static Create ( ) : SHA384
return SHA384

Create() public static method

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

SHA384() protected method

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