estructura SecPkgContext_NativeNamesA (sspi.h)
Contiene los nombres principales del cliente y del servidor.
typedef struct _SecPkgContext_NativeNamesA {
SEC_CHAR *sClientName;
SEC_CHAR *sServerName;
} SecPkgContext_NativeNamesA, *PSecPkgContext_NativeNamesA;
sClientName
Nombre principal de cliente (CNAME).
sServerName
Nombre principal del servidor (CNAME).
Requisito | Valor |
---|---|
Header | sspi.h |