TlsOptionsCheckRevocation Property |
Enables or disables CRL checking. By default it is disabled.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.23.1.1
Syntax public bool CheckRevocation { get; set; }
Public Property CheckRevocation As Boolean
Get
Set
public:
property bool CheckRevocation {
bool get ();
void set (bool value);
}
member CheckRevocation : bool with get, set
Property Value
Type:
BooleanSee Also