XmlRsaEncryptionBaseOutputDocument Property |
Gets or sets the output XmlDocument (null when processing has not been or completed, or failed).
Namespace: com.softwarekey.Client.EncryptionAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic XmlDocument OutputDocument { get; set; }
Public Property OutputDocument As XmlDocument
Get
Set
public:
property XmlDocument^ OutputDocument {
XmlDocument^ get ();
void set (XmlDocument^ value);
}
Property Value
Type:
XmlDocument
See Also