Enum security_framework::secure_transport::SslClientCertificateState [] [src]

pub enum SslClientCertificateState {
    None,
    Requested,
    Sent,
    Rejected,
}

Specifies the state of client certificate processing.

Variants

A client certificate has not been requested or sent.

A client certificate has been requested but not recieved.

A client certificate has been received and successfully validated.

A client certificate has been received but has failed to validate.

Trait Implementations

impl Debug for SslClientCertificateState
[src]

Formats the value using the given formatter.