Share via


NSUrlSessionHandler.ClientCertificates Property

Definition

Gets the collection of security certificates that are associated with requests to the server.

public System.Security.Cryptography.X509Certificates.X509CertificateCollection ClientCertificates { get; }
member this.ClientCertificates : System.Security.Cryptography.X509Certificates.X509CertificateCollection

Property Value

Remarks

Client certificates are only supported when ClientCertificateOptions is set to ClientCertificateOptions.Manual.

Applies to