C# Class System.Security.Cryptography.SHA1

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

Public Methods

Method Description
Create ( string hashName ) : SHA1

Protected Methods

Method Description
SHA1 ( ) : Internal.Cryptography

Private Methods

Method Description
Create ( ) : SHA1

Method Details

Create() public static method

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

SHA1() protected method

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