C# 클래스 mRemoteNG.Security.EncryptedSecureString

파일 보기 프로젝트 열기: mRemoteNG/mRemoteNG 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GenerateNewMachineKey System.Security.SecureString

공개 메소드들

메소드 설명
EncryptedSecureString ( ) : System.Security
EncryptedSecureString ( ICryptographyProvider cryptographyProvider ) : System.Security
GetClearTextValue ( ) : string
SetValue ( string value ) : void

비공개 메소드들

메소드 설명
GenerateNewMachineKey ( int keySize ) : SecureString

메소드 상세

EncryptedSecureString() 공개 메소드

public EncryptedSecureString ( ) : System.Security
리턴 System.Security

EncryptedSecureString() 공개 메소드

public EncryptedSecureString ( ICryptographyProvider cryptographyProvider ) : System.Security
cryptographyProvider ICryptographyProvider
리턴 System.Security

GetClearTextValue() 공개 메소드

public GetClearTextValue ( ) : string
리턴 string

SetValue() 공개 메소드

public SetValue ( string value ) : void
value string
리턴 void