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.
The CREDSPP_SUBMIT_TYPE enumeration specifies the type of credentials specified by a CREDSSP_CRED structure.
Syntax
typedef enum _CREDSSP_SUBMIT_TYPE {
CredsspPasswordCreds = 2,
CredsspSchannelCreds = 4,
CredsspCertificateCreds = 13,
CredsspSubmitBufferBoth = 50,
CredsspSubmitBufferBothOld = 51,
CredsspCredEx = 100
} CREDSPP_SUBMIT_TYPE;
Constants
CredsspPasswordCredsValue: 2 The credentials are a user name and password. |
CredsspSchannelCredsValue: 4 The credentials are Schannel credentials. |
CredsspCertificateCredsValue: 13 The credentials are in a certificate. |
CredsspSubmitBufferBothValue: 50 The credentials contain both certificate and Schannel credentials. |
CredsspSubmitBufferBothOldValue: 51 |
CredsspCredExValue: 100 |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | credssp.h |