| XmlRsaEncryption Constructor |
| Name | Description | |
|---|---|---|
| XmlRsaEncryption | Creates a new XmlRsaEncryption object. (Requires the EncryptionKey and InputDocument properties to be set before calling the Process method!) | |
| XmlRsaEncryption(AuthorEncryptionKey, String) | Creates a new XmlRsaEncryption object, initialized with the encryption data and input XML document string. | |
| XmlRsaEncryption(AuthorEncryptionKey, XmlDocument) | Creates a new XmlRsaEncryption object, initialized with the encryption data and input document. | |
| XmlRsaEncryption(AuthorEncryptionKey, XmlNode) | Creates a new XmlRsaEncryption object, initialized with the encryption data and input XML root node. |