Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

SecPkgContext_SubjectAttributes structure (sspi.h)

The SecPkgContext_SubjectAttributes structure returns the security attribute information.

Syntax

typedef struct _SecPkgContext_SubjectAttributes {
 void *AttributeInfo;
} SecPkgContext_SubjectAttributes, *PSecPkgContext_SubjectAttributes;

Members

AttributeInfo

Pointer to a void that receives the attribute information stored in a AUTHZ_SECURITY_ATTRIBUTES_INFORMATION structure.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header sspi.h

Feedback

Was this page helpful?

Additional resources