CREDSPP_SUBMIT_TYPE enumeration (credssp.h)
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
CredsspPasswordCreds Value: 2 The credentials are a user name and password. |
CredsspSchannelCreds Value: 4 The credentials are Schannel credentials. |
CredsspCertificateCreds Value: 13 The credentials are in a certificate. |
CredsspSubmitBufferBoth Value: 50 The credentials contain both certificate and Schannel credentials. |
CredsspSubmitBufferBothOld Value: 51 |
CredsspCredEx Value: 100 |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | credssp.h |