C# 클래스 MultiRemoteDesktopClient.RijndaelSettings

파일 보기 프로젝트 열기: Nullstr1ng/MultiRDPClient.NET 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
HashAlgorithm string
InitVector string
KeySize int
PassPhrase string
PasswordIterations int
SaltValue string

공개 메소드들

메소드 설명
Decrypt ( string cipherText ) : string
Encrypt ( string PlainText ) : string

메소드 상세

Decrypt() 공개 정적인 메소드

public static Decrypt ( string cipherText ) : string
cipherText string
리턴 string

Encrypt() 공개 정적인 메소드

public static Encrypt ( string PlainText ) : string
PlainText string
리턴 string

프로퍼티 상세

HashAlgorithm 공개적으로 정적으로 프로퍼티

public static string HashAlgorithm
리턴 string

InitVector 공개적으로 정적으로 프로퍼티

public static string InitVector
리턴 string

KeySize 공개적으로 정적으로 프로퍼티

public static int KeySize
리턴 int

PassPhrase 공개적으로 정적으로 프로퍼티

public static string PassPhrase
리턴 string

PasswordIterations 공개적으로 정적으로 프로퍼티

public static int PasswordIterations
리턴 int

SaltValue 공개적으로 정적으로 프로퍼티

public static string SaltValue
리턴 string