WS_UPN_ENDPOINT_IDENTITY structure (webservices.h)
Type for specifying an endpoint identity represented by a UPN (user principal name).
Syntax
typedef struct _WS_UPN_ENDPOINT_IDENTITY {
WS_ENDPOINT_IDENTITY identity;
WS_STRING upn;
} WS_UPN_ENDPOINT_IDENTITY;
Members
identity
The base type from which this type and all other endpoint identity types derive.
upn
The UPN (user 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 |