SecPkgContext_Authority structure
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 (General) function uses this structure.
Syntax
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
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
|
Unicode and ANSI names |
SecPkgContext_AuthorityW (Unicode) and SecPkgContext_AuthorityA (ANSI) |