XmlRsaEncryptionBase Constructor (AuthorEncryptionKey, XmlNode) |
Creates a new
XmlRsaEncryptionBase object, initialized with the encryption data and input XML root node.
Namespace: com.softwarekey.Client.EncryptionAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic XmlRsaEncryptionBase(
AuthorEncryptionKey encryptionKey,
XmlNode input
)
Public Sub New (
encryptionKey As AuthorEncryptionKey,
input As XmlNode
)
public:
XmlRsaEncryptionBase(
AuthorEncryptionKey^ encryptionKey,
XmlNode^ input
)
Parameters
- encryptionKey
- Type: com.softwarekey.Client.UtilsAuthorEncryptionKey
The AuthorEncryptionKey object pre-initialized with the encryption data. - input
- Type: System.XmlXmlNode
The XmlNode object referencing the root/document node to process.
See Also