UpdateCheckUseDigitalSignature Property |
Overrides the
UseDigitalSignature property to reflect the fact that this web service method does not support digital signatures.
Namespace: com.softwarekey.Client.WebService.XmlLicenseServiceAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic override bool UseDigitalSignature { get; set; }
Public Overrides Property UseDigitalSignature As Boolean
Get
Set
public:
virtual property bool UseDigitalSignature {
bool get () override;
void set (bool value) override;
}
Property Value
Type:
Boolean
See Also