C# Class UIAutomation.DataProtectionForRDPWrapper

Afficher le fichier Open project: apetrovskiy/STUPS Class Usage Examples

Méthodes publiques

Méthode Description
Decrypt ( string enc_password ) : string
Encrypt ( string text_password ) : string

Private Methods

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

Method Details

Decrypt() public static méthode

public static Decrypt ( string enc_password ) : string
enc_password string
Résultat string

Encrypt() public static méthode

public static Encrypt ( string text_password ) : string
text_password string
Résultat string