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 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_TYPEValue: 1 Type id for the certificate credential WS_SUBJECT_NAME_CERT_CREDENTIAL. |
WS_THUMBPRINT_CERT_CREDENTIAL_TYPEValue: 2 Type id for the certificate credential WS_THUMBPRINT_CERT_CREDENTIAL. |
WS_CUSTOM_CERT_CREDENTIAL_TYPEValue: 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 |