SecPkgContext_NativeNamesA structure (sspi.h)
Contains the client and server principal names.
Syntax
typedef struct _SecPkgContext_NativeNamesA {
SEC_CHAR *sClientName;
SEC_CHAR *sServerName;
} SecPkgContext_NativeNamesA, *PSecPkgContext_NativeNamesA;
Members
sClientName
The client principal name (CNAME).
sServerName
The server principal name (CNAME).
Requirements
Requirement | Value |
---|---|
Header | sspi.h |