The SecPkgContext_Authority structure contains the name of the authenticating authority, if one is available. It can be a Certification Authority, 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;