XmlRsaEncryptionBaseOutputDocumentString Property |
Gets the output XML string (derived from the
OutputDocument property, this is an empty string 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 string OutputDocumentString { get; }
Public ReadOnly Property OutputDocumentString As String
Get
public:
property String^ OutputDocumentString {
String^ get ();
}
Property Value
Type:
String
See Also