Click or drag to resize
XmlRsaEncryption Constructor
Overload List
  NameDescription
Public methodXmlRsaEncryption
Creates a new XmlRsaEncryption object. (Requires the EncryptionKey and InputDocument properties to be set before calling the Process method!)
Public methodXmlRsaEncryption(AuthorEncryptionKey, String)
Creates a new XmlRsaEncryption object, initialized with the encryption data and input XML document string.
Public methodXmlRsaEncryption(AuthorEncryptionKey, XmlDocument)
Creates a new XmlRsaEncryption object, initialized with the encryption data and input document.
Public methodXmlRsaEncryption(AuthorEncryptionKey, XmlNode)
Creates a new XmlRsaEncryption object, initialized with the encryption data and input XML root node.
Top
See Also