XmlRsaEncryptionBase Constructor (AuthorEncryptionKey, XmlDocument) |
Namespace: com.softwarekey.Client.EncryptionAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic XmlRsaEncryptionBase(
AuthorEncryptionKey encryptionKey,
XmlDocument input
)
Public Sub New (
encryptionKey As AuthorEncryptionKey,
input As XmlDocument
)
public:
XmlRsaEncryptionBase(
AuthorEncryptionKey^ encryptionKey,
XmlDocument^ input
)
Parameters
- encryptionKey
- Type: com.softwarekey.Client.UtilsAuthorEncryptionKey
The AuthorEncryptionKey object pre-initialized with the encryption data. - input
- Type: System.XmlXmlDocument
The XmlDocument object to process.
See Also