C# Class UIAutomation.DataProtectionForRDPWrapper

Show file Open project: apetrovskiy/STUPS Class Usage Examples

Public Methods

Method Description
Decrypt ( string enc_password ) : string
Encrypt ( string text_password ) : string

Private Methods

Method Description
GetBytes ( string text ) : byte[]
GetHex ( IEnumerable byt_text ) : string
GetString ( byte byt ) : string
ToByteArray ( String HexString ) : byte[]

Method Details

Decrypt() public static method

public static Decrypt ( string enc_password ) : string
enc_password string
return string

Encrypt() public static method

public static Encrypt ( string text_password ) : string
text_password string
return string