C# Class System.Security.Cryptography.MD5

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

Public Methods

Method Description
Create ( ) : MD5
Create ( String algName ) : MD5

Protected Methods

Method Description
MD5 ( ) : Internal.Cryptography

Method Details

Create() public static method

public static Create ( ) : MD5
return MD5

Create() public static method

public static Create ( String algName ) : MD5
algName String
return MD5

MD5() protected method

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