WS_CERT_CREDENTIAL structure (webservices.h)
The abstract base type for all certificate credential types.
Syntax
typedef struct _WS_CERT_CREDENTIAL {
WS_CERT_CREDENTIAL_TYPE credentialType;
} WS_CERT_CREDENTIAL;
Members
credentialType
The type ID that indicates which of the certificate credential subtypes this certificate credential is.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | webservices.h |