RSAMethods Methods

Tungsten Suite

RSAMethods Methods

The RSAMethods type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateKeyPair
Generates a public/private key pair
Public methodStatic memberDecrypt
Decrypts a byte array which was previously encrypted with the Encrypt method
Public methodStatic memberDecryptAsync
Asynchronously decrypts a string which was previously encrypted with the Encrypt method
Public methodStatic memberEncrypt
Encrypts a byte array using the specified keysize and public key
Public methodStatic memberEncryptAsync
Asynchronously encrypts a string using the specified keysize and public key
Public methodStatic memberLegalKeySizes
Returns an arrary containing the supported key sizes
Top
See Also