iosDistinguishedNames property

List<X509Certificate>? iosDistinguishedNames
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).

NOTE: available only on iOS.

Implementation

List<X509Certificate>? iosDistinguishedNames;