Enum security_framework::secure_transport::SslAuthenticate [] [src]

pub enum SslAuthenticate {
    Never,
    Always,
    Try,
}

Specifies a server's requirement for client certificates.

Variants

Do not request a client certificate.

Require a client certificate.

Request but do not require a client certificate.

Trait Implementations

impl Debug for SslAuthenticate
[src]

Formats the value using the given formatter.

impl Copy for SslAuthenticate
[src]

impl Clone for SslAuthenticate
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more