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