Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |