ClientCertificateValidationScheme type
The validation scheme used to authenticate the client. Default value is SubjectMatchesAuthenticationName.
KnownClientCertificateValidationScheme can be used interchangeably with ClientCertificateValidationScheme,
this enum contains the known values that the service supports.
Known values supported by the service
SubjectMatchesAuthenticationName: SubjectMatchesAuthenticationName
DnsMatchesAuthenticationName: DnsMatchesAuthenticationName
UriMatchesAuthenticationName: UriMatchesAuthenticationName
IpMatchesAuthenticationName: IpMatchesAuthenticationName
EmailMatchesAuthenticationName: EmailMatchesAuthenticationName
ThumbprintMatch: ThumbprintMatch
type ClientCertificateValidationScheme = string