loadCRLFromRemote property
bool?
get
loadCRLFromRemote
If enabled, Certificate Revoke List(s) (CRL) will be loaded from remote and verified.
Implementation
bool? get loadCRLFromRemote => _loadCRLFromRemote;
set
loadCRLFromRemote
(bool? val)
Implementation
set loadCRLFromRemote(bool? val) {
_loadCRLFromRemote = val;
_set({"loadCRLFromRemote": val});
}