Method | Description | |
---|---|---|
CreateKey ( ) : void | ||
Decrypt ( |
||
Encrypt ( |
||
Initialize ( string name, |
Method | Description | |
---|---|---|
ByteToHex ( byte byteArray ) : string | ||
DecryptString ( string encryptedValue ) : string | ||
EncryptString ( string encryptValue ) : string | ||
HexToByte ( string hexString ) : byte[] | ||
ReadKey ( string filePath ) : void |
public Decrypt ( |
||
encryptedNode | ||
return |
public Encrypt ( |
||
node | ||
return |
public Initialize ( string name, |
||
name | string | |
config | ||
return | void |