#[repr(C)]
pub struct HTTP_SERVER_AUTHENTICATION_INFO { pub Flags: HTTP_PROPERTY_FLAGS, pub AuthSchemes: u32, pub ReceiveMutualAuth: BOOLEAN, pub ReceiveContextHandle: BOOLEAN, pub DisableNTLMCredentialCaching: BOOLEAN, pub ExFlags: u8, pub DigestParams: HTTP_SERVER_AUTHENTICATION_DIGEST_PARAMS, pub BasicParams: HTTP_SERVER_AUTHENTICATION_BASIC_PARAMS, }
Expand description

Required features: "Win32_Networking_HttpServer", "Win32_Foundation"

Fields

Flags: HTTP_PROPERTY_FLAGSAuthSchemes: u32ReceiveMutualAuth: BOOLEANReceiveContextHandle: BOOLEANDisableNTLMCredentialCaching: BOOLEANExFlags: u8DigestParams: HTTP_SERVER_AUTHENTICATION_DIGEST_PARAMSBasicParams: HTTP_SERVER_AUTHENTICATION_BASIC_PARAMS

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.