Contents

certificates

The intermediate certificates of the credential, if it is a client certificate credential.

Declaration

var certificates: [Any] { get }

Discussion

The certificates are SecCertificate objects representing the intermediate certificates of the credential. This value is nil if this is not a client certificate credential or if the credential was created with no intermediate certificates.

See Also

Getting credential properties