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.
Contains values that specify the type of certificate used to obtain a license.
Syntax
typedef enum {
WTS_CERT_TYPE_INVALID = 0,
WTS_CERT_TYPE_PROPRIETORY = 1,
WTS_CERT_TYPE_X509 = 2
} WTS_CERT_TYPE;
Constants
WTS_CERT_TYPE_INVALIDValue: 0 The certificate is not valid. |
WTS_CERT_TYPE_PROPRIETORYValue: 1 The certificate is a custom type. |
WTS_CERT_TYPE_X509Value: 2 The certificate adheres to the X.509 standard. |
Remarks
This enumeration is used by the WTS_LICENSE_CAPABILITIES structure.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | None supported |
| Minimum supported server | Windows Server 2008 R2 |
| Header | wtsdefs.h (include Wtsprotocol.h) |