Contents

distinguishedNames

The acceptable certificate-issuing authorities for client certificate authentication.

Declaration

var distinguishedNames: [Data]? { get }

Discussion

This value is nil if the authentication method of the protection space is not client certificate. The returned issuing authorities are encoded with Distinguished Encoding Rules (DER).

See Also

Getting protection space properties