11 constant
int ERR_MISSING_CERT = 1;
12 constant
int ERR_TOO_MANY_CERTS = 2;
13 constant
int ERR_INVALID_PARAMS = 3;
25 enumeration OcspScope {
33 boolean forceDefaultUri;
37 boolean verifyResponder;
ClientCertAuthSettings getClientCertAuthSettings(out vector< CACertInfo > caCertInfos)
Get client certificate authentication settings.
@ OTHER
Other name (from subject alt name)
@ DNSNAME
DNS name (from subject alt name)
@ EMAIL
E-mail (from subject alt name)
@ URI
URI (from subject alt name)
int setClientCertAuthSettings(in ClientCertAuthSettings settings)
Set client certificate authentication settings.
Local and Remote Authentication Management.
Information about a single CA certificate.
string serialNumber
Serial number.
string issuer
Certificate issuer.
string subject
Certificate subject.
string invalidAfter
End of validity period.
string invalidBefore
Begin of validity period.
boolean forced
Enforce usage of client certificates for all authenticated HTTPS requests.
OcspSettings ocsp
OCSP settings.
vector< string > caCertChains
CA certificate chains.
boolean enabled
Whether client certificate authentication is enabled.
boolean ekuRequired
Whether client Extended Key Usage is required.
AuthMapType authMap
Which certificate field to use as login user name.