SECPKG_CRED_CLASS enumeration
Indicates the type of credential used in a client context. The SECPKG_CRED_CLASS enumeration is used in the SecPkgContext_CredInfo structure.
Syntax
typedef enum _SECPKG_CRED_CLASS { SecPkgCredClass_None = 0, SecPkgCredClass_Ephemeral = 10, SecPkgCredClass_PersistedGeneric = 20, SecPkgCredClass_PersistedSpecific = 30, SecPkgCredClass_Explicit = 40 = 40 } SECPKG_CRED_CLASS, *PSECPKG_CRED_CLASS;
Constants
- SecPkgCredClass_None
-
No credentials are supplied.
- SecPkgCredClass_Ephemeral
-
Indicates the credentials used to log on to the system.
- SecPkgCredClass_PersistedGeneric
-
Indicates saved credentials that are not target specific.
- SecPkgCredClass_PersistedSpecific
-
Indicates saved credentials that are target specific.
- SecPkgCredClass_Explicit = 40
-
Indicates credentials explicitly supplied by the user.
Requirements
|
Minimum supported client | Windows 7 [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
|
Header |
|
Send comments about this topic to Microsoft
Build date: 1/2/2013