Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

WS_SERVICE_SECURITY_IDENTITIES structure (webservices.h)

A list of Server Principal Names (SPNs) that are used to validate Extended Protection.

Only available on the server.

Syntax

typedef struct _WS_SERVICE_SECURITY_IDENTITIES {
 WS_STRING *serviceIdentities;
 ULONG serviceIdentityCount;
} WS_SERVICE_SECURITY_IDENTITIES;

Members

serviceIdentities

A array of strings representing the SPNs accepted by the server. Wildcards are not allowed.

serviceIdentityCount

The number of strings in serviceIdentities.

Requirements

Requirement Value
Minimum supported client v.1.0
Header webservices.h

Feedback

Was this page helpful?

Additional resources