Platform SDK: Logon Authentication

SecPkgContext_PackageInfo

The SecPkgContext_PackageInfo structure contains the name of a security support provider (SSP). This structure is returned by the QueryContextAttributes function. It would most often be used when the SSP in use was established using the Negotiate security package.

typedef struct _SecPkgContext_PackageInfo{
    PSecPkgInfo PackageInfo;
} SecPkgContext_PackageInfo, * PSecPkgContext_PackageInfo;

Members

PackageInfo
Pointer to a SecPkgInfo structure containing the name of the SSP in use.

See Also

QueryContextAttributes, SecPkgInfo