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