Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

This 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 QueryContextAttributesfunction uses this structure.

Syntax

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

Members

sAuthorityName

Pointer to a null-terminated string that contains the name of the authenticating authority, if available.

Requirements

Header sspi.h
Windows Embedded CE Windows CE 2.10 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also