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.
The native names of the client and server in the security context.
Syntax
typedef struct _SecPkgContext_NativeNamesW {
SEC_WCHAR *sClientName;
SEC_WCHAR *sServerName;
} SecPkgContext_NativeNamesW, *PSecPkgContext_NativeNamesW;
Members
sClientName
The client name.
sServerName
The server name.
Requirements
Requirement | Value |
---|---|
Header | sspi.h |