C# 클래스 PerplexMail.SecurityDrivenDotNet.EtM

파일 보기 프로젝트 열기: PerplexInternetmarketing/PerplexMail-for-Umbraco

공개 메소드들

메소드 설명
Decrypt ( byte masterKey, byte ciphertext, byte salt = null ) : byte[]
Encrypt ( byte masterKey, byte plaintext, byte salt = null ) : byte[]

메소드 상세

Decrypt() 공개 정적인 메소드

public static Decrypt ( byte masterKey, byte ciphertext, byte salt = null ) : byte[]
masterKey byte
ciphertext byte
salt byte
리턴 byte[]

Encrypt() 공개 정적인 메소드

public static Encrypt ( byte masterKey, byte plaintext, byte salt = null ) : byte[]
masterKey byte
plaintext byte
salt byte
리턴 byte[]