Click or drag to resize
XmlRsaEncryptionBase Constructor (AuthorEncryptionKey, XmlDocument)
Creates a new XmlRsaEncryptionBase object, initialized with the encryption data and input document.

Namespace: com.softwarekey.Client.Encryption
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
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