C# 클래스 PerplexMail.HashResult

The results of the hashing operation. Consult the properties to read each part of the hash string. To combine the HashResult object into a single hash string, simply call .ToString().
파일 보기 프로젝트 열기: PerplexInternetmarketing/PerplexMail-for-Umbraco

공개 메소드들

메소드 설명
ToString ( ) : string

Generates a single hash string that contains the method and the salt to generate the hash.

비공개 메소드들

메소드 설명
HashResult ( string algorithm, string salt, string hash ) : System

메소드 상세

ToString() 공개 메소드

Generates a single hash string that contains the method and the salt to generate the hash.
public ToString ( ) : string
리턴 string