Skip to content

Instance Property

peerCertificateChain

The validated certificate chain. This returns nil if the peer did not authenticate with a certificate. Requires configuring a customCertificateVerifyCallbackWithMetadata that performs the verification.
var peerCertificateChain: ValidatedCertificateChain? { get }