C# 클래스 PerplexMail.PasswordResult

The results of the password generation operation. Consult the properties to read each part of the encrypted string. To combine the EncryptionResult object into a single hash string, simply call .ToString().
파일 보기 프로젝트 열기: PerplexInternetmarketing/PerplexMail-for-Umbraco 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
PasswordResult ( string passwordHash ) : System

PasswordResult ( string algorithm, int iterations, string salt, string hash ) : System

ToString ( ) : string

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

메소드 상세

PasswordResult() 공개 메소드

public PasswordResult ( string passwordHash ) : System
passwordHash string
리턴 System

PasswordResult() 공개 메소드

public PasswordResult ( string algorithm, int iterations, string salt, string hash ) : System
algorithm string
iterations int
salt string
hash string
리턴 System

ToString() 공개 메소드

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