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