Platform SDK: Logon Authentication

SecPkgContext_Authority

The SecPkgContext_Authority structure contains the name of the authenticating authority if one is available. It can be a certification authority (CA), or the name of a server or domain that authenticated the connection. The QueryContextAttributes function uses this structure.

typedef struct _SecPkgContext_Authority {
    SEC_CHAR *    sAuthorityName;
} SecPkgContext_Authority, * PSecPkgContext_Authority;

Members

sAuthorityName
Pointer to a NULL-terminated string containing the name of the authenticating authority, if available.

Requirements

  Windows NT/2000: Requires Windows NT 3.51 or later.
  Windows 95/98: Requires Windows 95 or later.
  Header: Declared in Sspi.h; include Security.h.
  Unicode: Declared as Unicode and ANSI structures.

See Also

QueryContextAttributes