Expand description

The builders are required to compose and execute some of the Sspi methods.

Structs

A builder to execute one of the SSPI functions. Returned by the accept_security_context method.

Contains data returned by calling the execute method of the AcceptSecurityContextBuilder structure. The builder is returned by calling the accept_security_context method.

A builder to execute one of the SSPI functions. Returned by the acquire_credentials_handle method.

Contains data returned by calling the execute method of the AcquireCredentialsHandleBuilder structure. The builder is returned by calling the acquire_credentials_handle method.

A builder to execute one of the SSPI functions. Returned by the initialize_security_context method.

Contains data returned by calling the execute method of the InitializeSecurityContextBuilder structure. The builder is returned by calling the initialize_security_context method.

Simulates the presence of a value

Simulates the presence of the credential_use value of the AcquireCredentialsHandle builder.

Simulates the presence of a value

Simulates the presence of a value

Simulates the presence of a value

Simulates the absence of a value

Simulates the absence of the credential_use value of the AcquireCredentialsHandle builder.

Simulates the absence of a value

Simulates the absence of a value

Simulates the absence of a value

Traits

Allows to represent a mandatory value of a builder that is already specified (during implementation of the builder).

Allows to represent a mandatory value that is yet to be specified (during implementation of the builder).

Allows to represent a value of a builder that is mandatory to be specified (during implementation of the builder).

Type Definitions