SecPkgContext_Authority (Windows CE 5.0)

Send Feedback

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

OS Versions: Windows CE 2.10 and later.
Header: Sspi.h.

See Also

QueryContextAttributes

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.