Security Bindings

A security binding is the specification of a security token, and tells the runtime how to obtain and use a security token for channel security. The security token contains information that vouches for the right to access resources. It may also have an associated cryptographic key for performing signatures and encryption.

Each security binding contains its own collection of optional security binding settings that are scoped to the security token it defines. It also contains security credentials, representing the security evidence (such as username and passwords, or certificates) needed to create security tokens.

The following callbacks are part of the security binding:

The following enumerations are part of the security binding:

The following functions are part of the security binding:

The following structures are part of the security binding: