SecPkgContext_PackageInfo structure
The SecPkgContext_PackageInfo structure contains the name of a security support provider (SSP). This structure is returned by the QueryContextAttributes (General) function. It would most often be used when the SSP in use was established using the Negotiate security package.
Syntax
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.
Requirements
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
See also