Values.SubjectAlternativeNameMatchersSourceAn object that represents the methods by which a subject alternative name on a peer Transport Layer Security (TLS) certificate can be matched.
type nonrec t = {exact : SubjectAlternativeNameList.t;The values sent must match the specified values exactly.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of SubjectAlternativeName.t ] list ])
list ]