SecPkgContext_NativeNamesW structure (sspi.h)
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 |