NetworkFloatingServiceCallAlwaysIncludeCertificatePath Property |
Gets or sets whether the certificate path is always include in requests even when the session is not checked-out..
Namespace: com.softwarekey.Client.WebService.XmlNetworkFloatingServiceAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic bool AlwaysIncludeCertificatePath { get; set; }
Public Property AlwaysIncludeCertificatePath As Boolean
Get
Set
public:
property bool AlwaysIncludeCertificatePath {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also