C# 클래스 PerplexMail.EncryptionResult

The results of the encryption 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 사용 예제들

공개 메소드들

메소드 설명
EncryptionResult ( string secureString ) : System

EncryptionResult ( string salt, string cipherText ) : System

ToString ( ) : string

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

메소드 상세

EncryptionResult() 공개 메소드

public EncryptionResult ( string secureString ) : System
secureString string
리턴 System

EncryptionResult() 공개 메소드

public EncryptionResult ( string salt, string cipherText ) : System
salt string
cipherText string
리턴 System

ToString() 공개 메소드

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