Share via


X509CertificateInitiatorServiceCredential.Authentication Vlastnost

Definice

Získá nastavení použité k ověření certifikátu předloženého klientem během ověřování.

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

Hodnota vlastnosti

Nastavení použitá k ověření certifikátu předloženého klientem během ověřování

Příklady

Následující kód ukazuje, jak pomocí této vlastnosti nastavit vlastnosti ověřování certifikátu.

Platí pro