WS_SPN_ENDPOINT_IDENTITY structure (webservices.h)
Type for specifying an endpoint identity represented by an SPN (service principal name).
Syntax
typedef struct _WS_SPN_ENDPOINT_IDENTITY {
WS_ENDPOINT_IDENTITY identity;
WS_STRING spn;
} WS_SPN_ENDPOINT_IDENTITY;
Members
identity
The base type from which this type and all other endpoint identity types derive.
spn
The SPN (service principal name) of the endpoint that is represented by this endpoint identity.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | webservices.h |