Tungsten
RSAMethods Methods |
The RSAMethods type exposes the following members.
Methods
Name | Description | |
---|---|---|
CreateKeyPair |
Generates a public/private key pair
| |
Decrypt |
Decrypts a byte array which was previously encrypted with the Encrypt method
| |
DecryptAsync |
Asynchronously decrypts a string which was previously encrypted with the Encrypt method
| |
Encrypt |
Encrypts a byte array using the specified keysize and public key
| |
EncryptAsync |
Asynchronously encrypts a string using the specified keysize and public key
| |
LegalKeySizes |
Returns an arrary containing the supported key sizes
|
See Also