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