Rsa Methods |
The Rsa type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateKeyPair |
Creates a public and private key pair that can be used for asymmethric encryption
| |
| Decrypt |
Decrypts encrypted data
| |
| Encrypt(String, Byte) |
Encrypts data
| |
| Encrypt(String, String) |
Encrypts data
|