[][src]Module sspi::credssp

Modules

ts_request

Structs

CredSspClient

Implements the CredSSP client. The client's credentials are to be securely delegated to the server.

CredSspServer

Implements the CredSSP server. The client's credentials securely delegated to the server for authentication using TLS.

Enums

CredSspMode

Indicates to the CredSspClient whether or not to transfer the credentials in the auth_info TsRequest field.

CredSspResult

The result of a CredSSP client or server processing. The enum may carry a TsRequest or Credentials.

EarlyUserAuthResult

The Early User Authorization Result PDU is sent from server to client and is used to convey authorization information to the client. This PDU is only sent by the server if the client advertised support for it by specifying the 'HYBRID_EX protocol' of the RDP Negotiation Request (RDP_NEG_REQ) and it MUST be sent immediately after the CredSSP handshake has completed.

Constants

EARLY_USER_AUTH_RESULT_PDU_SIZE
VERSION_SIZE

Traits

CredSsp

Provides an interface to be implemented by the CredSSP-related structs: CredSspServer and CredSspClient.

CredentialsProxy

Provides an interface for implementing proxy credentials structures.