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