Method | Description | |
---|---|---|
Decrypt ( string text ) : string |
Decrypts text from its specified UTF-8 binary representation.
|
|
Decrypt64 ( string text ) : string |
Decrypts data from its specified base-64 representation.
|
|
Encrypt ( string text ) : string |
Encrypts specified text using UTF-8 as its binary representation.
|
|
Encrypt64 ( string text ) : string |
Encrypts specified data specified by its base-64 representation.
|
|
Initialize ( string thumbprint ) : void |
Initializes a secured storage using certificate with specified thumbprint.
|
Method | Description | |
---|---|---|
Find ( string thumbprint ) : |
Tries to find certificate by specified thumbprint.
|
public static Decrypt ( string text ) : string | ||
text | string | |
return | string |
public static Decrypt64 ( string text ) : string | ||
text | string | |
return | string |
public static Encrypt ( string text ) : string | ||
text | string | |
return | string |
public static Encrypt64 ( string text ) : string | ||
text | string | |
return | string |
public static Initialize ( string thumbprint ) : void | ||
thumbprint | string | |
return | void |