XmlRsaEncryption Constructor (AuthorEncryptionKey, String) |
Creates a new
XmlRsaEncryption object, initialized with the encryption data and input XML document string.
Namespace: com.softwarekey.Client.EncryptionAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic XmlRsaEncryption(
AuthorEncryptionKey encryptionKey,
string input
)
Public Sub New (
encryptionKey As AuthorEncryptionKey,
input As String
)
public:
XmlRsaEncryption(
AuthorEncryptionKey^ encryptionKey,
String^ input
)
Parameters
- encryptionKey
- Type: com.softwarekey.Client.UtilsAuthorEncryptionKey
The AuthorEncryptionKey object pre-initialized with the encryption data. - input
- Type: SystemString
The XML string data to sign and encrypt.
See Also