C# 클래스 UIAutomation.DataProtectionForRDPWrapper

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

공개 메소드들

메소드 설명
Decrypt ( string enc_password ) : string
Encrypt ( string text_password ) : string

비공개 메소드들

메소드 설명
GetBytes ( string text ) : byte[]
GetHex ( IEnumerable byt_text ) : string
GetString ( byte byt ) : string
ToByteArray ( String HexString ) : byte[]

메소드 상세

Decrypt() 공개 정적인 메소드

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

Encrypt() 공개 정적인 메소드

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