2.2.4.16 Certificate Criteria Name Type Tokens
This grammar is used to identify the type of a name used in certificate criteria.
-
CRITERIA-NAME-TYPE-VAL = "DNS" / "UPN" / "RFC822" / "CN" / "OU" / "O" / "DC"
DNS: This token value represents the FW_CERT_CRITERIA_NAME_DNS enumeration value as defined in [MS-FASP] section 2.2.57. The remaining token values in this list can be found in the same Protocol specification section.
UPN: This token value represents the FW_CERT_CRITERIA_NAME_UPN enumeration value.
RFC822: This token value represents the FW_CERT_CRITERIA_NAME_RFC822 enumeration value.
CN: This token value represents the FW_CERT_CRITERIA_NAME_CN enumeration value.
OU: This token value represents the FW_CERT_CRITERIA_NAME_OU enumeration value.
O: This token value represents the FW_CERT_CRITERIA_NAME_O enumeration value.
DC: This token value represents the FW_CERT_CRITERIA_NAME_DC enumeration value.