SecPkgContext_Authority
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 QueryContextAttributes function uses this structure.
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
| Runs on | Versions | Defined in | Include | Link to |
|---|---|---|---|---|
| Windows CE OS | 2.10 and later | Sspi.h |
Note This API is part of the complete Windows CE OS package as provided by Microsoft. The functionality of a particular platform is determined by the original equipment manufacturer (OEM) and some devices may not support this API.
See Also
Last updated on Tuesday, July 13, 2004
© 1992-2000 Microsoft Corporation. All rights reserved.