RsaCrypto Methods | 
The RsaCrypto type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateKey | 
            Creates an RSA key.
              | |
| CreateKey(Int32) | 
            Creates an RSA key.
              | |
| Decrypt | 
            Decrypts a value using a specified private key.
              | |
| Encrypt | 
            Encrypts a value using a specified public key.
              | |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| SignMd5Sha1 | 
            Signs an MD5/SHA-1 hash using a specified key.
              | |
| SignSha1 | 
            Signs a SHA-1 hash using a specified key.
              | |
| SignSha256 | 
            Signs a SHA-256 hash using a specified key.
              | |
| ToString | (Inherited from Object.) | |
| VerifyMd5Sha1 | 
            Verifies an MD5/SHA-1 hash using a specified key and signature.
              | |
| VerifySha1 | 
            Verifies a signature using a specified key and SHA-1 hash.
              | |
| VerifySha256 | 
            Verifies a signature using a specified key and SHA-256 hash.
              |