C# Class NCore.Cryptography.Md5HashService

Inheritance: HashServiceBase
显示文件 Open project: danielwertheim/NCore

Public Methods

Method Description
GenerateHash ( string value ) : string
Md5HashService ( ) : System.Security.Cryptography

Method Details

GenerateHash() public method

public GenerateHash ( string value ) : string
value string
return string

Md5HashService() public method

public Md5HashService ( ) : System.Security.Cryptography
return System.Security.Cryptography