Enum security_framework::secure_transport::SslClientCertificateState
[−]
[src]
pub enum SslClientCertificateState { None, Requested, Sent, Rejected, }
Specifies the state of client certificate processing.
Variants
None
A client certificate has not been requested or sent.
Requested
A client certificate has been requested but not recieved.
Sent
A client certificate has been received and successfully validated.
Rejected
A client certificate has been received but has failed to validate.