distinguishedNames property
getter/setter pair
The acceptable certificate-issuing authorities for client certificate authentication.
This value is null if the authentication method of the protection space is not client certificate.
The returned issuing authorities are encoded with Distinguished Encoding Rules (DER).
Officially Supported Platforms/Implementations:
- iOS WKWebView (Official API - URLProtectionSpace.distinguishedNames)
- macOS WKWebView (Official API - URLProtectionSpace.distinguishedNames)
Implementation
List<X509Certificate>? distinguishedNames;