Partager via


X509CertificateInitiatorServiceCredential.Authentication Propriété

Définition

Obtient les paramètres utilisés pour valider le certificat présenté par le client pendant l'authentification.

public:
 property System::ServiceModel::Security::X509ClientCertificateAuthentication ^ Authentication { System::ServiceModel::Security::X509ClientCertificateAuthentication ^ get(); };
public System.ServiceModel.Security.X509ClientCertificateAuthentication Authentication { get; }
member this.Authentication : System.ServiceModel.Security.X509ClientCertificateAuthentication
Public ReadOnly Property Authentication As X509ClientCertificateAuthentication

Valeur de propriété

X509ClientCertificateAuthentication

Paramètres utilisés pour valider le certificat présenté par le client pendant l'authentification.

Exemples

Le code suivant montre comment utiliser cette propriété pour définir les propriétés de l'authentification du certificat.

S’applique à