Share via


struttura WS_SPN_ENDPOINT_IDENTITY (webservices.h)

Tipo per specificare un'identità dell'endpoint rappresentata da un nome SPN (nome dell'entità servizio).

Sintassi

typedef struct _WS_SPN_ENDPOINT_IDENTITY {
  WS_ENDPOINT_IDENTITY identity;
  WS_STRING            spn;
} WS_SPN_ENDPOINT_IDENTITY;

Members

identity

Tipo di base da cui deriva questo tipo e tutti gli altri tipi di identità dell'endpoint.

spn

Nome SPN (nome dell'entità servizio) dell'endpoint rappresentato da questa identità dell'endpoint.

Requisiti

   
Client minimo supportato Windows 7 [solo app desktop]
Server minimo supportato Windows Server 2008 R2 [solo app desktop]
Intestazione webservices.h