Endpoint Identity
The types defined in this section are used to define the security identity of an endpoint address.
The following API elements are part of endpoint indentity:
Enumeration | Description |
---|---|
WS_ENDPOINT_IDENTITY_TYPE | The type of the endpoint identity, used as a selector for subtypes of WS_ENDPOINT_IDENTITY. |
Structure | Description |
---|---|
WS_CERT_ENDPOINT_IDENTITY | The type for certificate endpoint identity . |
WS_DNS_ENDPOINT_IDENTITY | The type for specifying an endpoint identity represented by a DNS name. |
WS_ENDPOINT_IDENTITY | The base type for all endpoint identities. |
WS_RSA_ENDPOINT_IDENTITY | Type for RSA endpoint identity. |
WS_SPN_ENDPOINT_IDENTITY | The type for specifying an endpoint identity represented by an SPN (service principal name). |
WS_UNKNOWN_ENDPOINT_IDENTITY | The type for an unknown endpoint identity. |
WS_UPN_ENDPOINT_IDENTITY | The type for specifying an endpoint identity represented by a UPN (user principal name). |