WS_CERT_CREDENTIAL_TYPE enumeration (webservices.h)

The type of the certificate credential, used as a selector for subtypes of WS_CERT_CREDENTIAL.

Syntax

typedef enum {
  WS_SUBJECT_NAME_CERT_CREDENTIAL_TYPE = 1,
  WS_THUMBPRINT_CERT_CREDENTIAL_TYPE = 2,
  WS_CUSTOM_CERT_CREDENTIAL_TYPE = 3
} WS_CERT_CREDENTIAL_TYPE;

Constants

 
WS_SUBJECT_NAME_CERT_CREDENTIAL_TYPE
Value: 1
Type id for the certificate credential WS_SUBJECT_NAME_CERT_CREDENTIAL.
WS_THUMBPRINT_CERT_CREDENTIAL_TYPE
Value: 2
Type id for the certificate credential WS_THUMBPRINT_CERT_CREDENTIAL.
WS_CUSTOM_CERT_CREDENTIAL_TYPE
Value: 3
Type id for the certificate credential WS_CUSTOM_CERT_CREDENTIAL.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Header webservices.h