XmlRsaDecryptionProcess Method |
Processes the input document.
Namespace: com.softwarekey.Client.EncryptionAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic override bool Process()
Public Overrides Function Process As Boolean
public:
virtual bool Process() override
Return Value
Type:
BooleanReturns true and stores the result in the
OutputDocument property if successful. If it is not successful, check the
LastError property for details.
See Also