XmlRsaEncryptionBaseInputDocumentString Property |
Gets or sets the input XML string. (Changing the
InputDocument property affects this property, and setting this property updates the
InputDocument property.)
Namespace: com.softwarekey.Client.EncryptionAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic string InputDocumentString { get; set; }
Public Property InputDocumentString As String
Get
Set
public:
property String^ InputDocumentString {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also