| CryptographyHelper Methods | 
The CryptographyHelper type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateMask | 
            Creates a mask from the given encrypted value based on a private key
              | |
| Decode | 
            Function which decodes or decrypts a given string based on a private key
              | |
| Decrypt(String, String) | 
            Function which decrypts a given string based on a private key
              | |
| Decrypt(String, String, Encoding) | 
            Function which decrypts a given string based on a private key
              | |
| Encode | 
            Function which encode or encrypt a given string based on a private key
              | |
| Encrypt(String, String) | 
            Function which encrypts a given string based on a private key
              | |
| Encrypt(String, String, Encoding) | 
            Function which encrypts a given string based on a private key
              |