Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the type of credentials used to create a client context.
Syntax
typedef struct _SecPkgContext_CredInfo {
SECPKG_CRED_CLASS CredClass;
unsigned long IsPromptingNeeded;
} SecPkgContext_CredInfo, *PSecPkgContext_CredInfo;
Members
CredClass
A value of the SECPKG_CRED_CLASS enumeration that indicates the type of credentials.
IsPromptingNeeded
A nonzero value indicates that the application must prompt the user for credentials. All other values indicate that the application does not need to prompt the user.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | sspi.h |