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