WebServiceCallUseDigitalSignature Property |
Gets or sets whether or not a digital signature is to be used or is required for the web service call. (This can only be set to false if
UseEncryption is already set to false.)
Namespace: com.softwarekey.Client.WebServiceAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic virtual bool UseDigitalSignature { get; set; }
Public Overridable Property UseDigitalSignature As Boolean
Get
Set
public:
virtual property bool UseDigitalSignature {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also