TlsOptions.LocalClientCertificateSelector Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Rappel qui sera appelé pour sélectionner dynamiquement un certificat client local. Il s’agit d’une priorité plus élevée que LocalCertificate.
Si le certificat a une extension d’utilisation de clé étendue, les utilisations doivent inclure l’authentification client (OID 1.3.6.1.5.5.7.3.2).
public Func<object,string,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Security.Cryptography.X509Certificates.X509Certificate,string[],System.Security.Cryptography.X509Certificates.X509Certificate2> LocalClientCertificateSelector { get; set; }
member this.LocalClientCertificateSelector : Func<obj, string, System.Security.Cryptography.X509Certificates.X509CertificateCollection, System.Security.Cryptography.X509Certificates.X509Certificate, string[], System.Security.Cryptography.X509Certificates.X509Certificate2> with get, set
Public Property LocalClientCertificateSelector As Func(Of Object, String, X509CertificateCollection, X509Certificate, String(), X509Certificate2)