Click or drag to resize

Rsa Class

Provides methods to encrypt and decrypt data with RSA
Inheritance Hierarchy
SystemObject
  Cauldron.CryptographyRsa

Namespace:  Cauldron.Cryptography
Assembly:  Cauldron.Cryptography (in Cauldron.Cryptography.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public static class Rsa

The Rsa type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateKeyPair
Creates a public and private key pair that can be used for asymmethric encryption
Public methodStatic memberDecrypt
Decrypts encrypted data
Public methodStatic memberEncrypt(String, Byte)
Encrypts data
Public methodStatic memberEncrypt(String, String)
Encrypts data
Top
See Also