WTS_CERT_TYPE enumeration (wtsdefs.h)
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_INVALID Value: 0 The certificate is not valid. |
WTS_CERT_TYPE_PROPRIETORY Value: 1 The certificate is a custom type. |
WTS_CERT_TYPE_X509 Value: 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) |