2.2.26 CLUSTER_CERTTYPE

The CLUSTER_CERTTYPE enumeration defines the certificate type used by the client to communicate with the nodes in the cluster.

 typedef enum CLUSTER_CERTTYPE
 {
   Cluster_SChannel = 0,
   ClusterSet_SChannel = 1,
   Cluster_PKU2U = 2,
   ClusterSet_PKU2U = 3
 } CLUSTER_CERTTYPE;

Cluster_SChannel: Indicates the certificate type used for the cluster is SChannel.

ClusterSet_SChannel: Indicates the certificate type used for the cluster set is SChannel.

Cluster_PKU2U: Indicates the certificate type used for the cluster is PKU2U.

ClusterSet_PKU2U: Indicates the certificate type used for the cluster set is PKU2U.