WS_UPN_ENDPOINT_IDENTITY struttura (webservices.h)
Digitare per specificare un'identità dell'endpoint rappresentata da un UPN (nome entità utente).
Sintassi
typedef struct _WS_UPN_ENDPOINT_IDENTITY {
WS_ENDPOINT_IDENTITY identity;
WS_STRING upn;
} WS_UPN_ENDPOINT_IDENTITY;
Members
identity
Tipo di base da cui deriva questo tipo e tutti gli altri tipi di identità dell'endpoint.
upn
UpN (nome entità utente) dell'endpoint rappresentato da questa identità dell'endpoint.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 7 [solo app desktop] |
Server minimo supportato | Windows Server 2008 R2 [solo app desktop] |
Intestazione | webservices.h |