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