trustedServerNames
An array of server certificate common name strings used to verify a server’s certificate.
Declaration
var trustedServerNames: [String] { get set }Discussion
If you don’t configure trusted EAP server certificates using the setTrustedServerCertificates(_:) method, then you use this property to allow the EAP peer to match the Common Name in the server’s certificate with the strings configured in this property.
Any server name string may contain asterisk wildcards in constructions such as *.mycompany.net.