Compartilhar via


X509CertificateInitiatorServiceCredential.Authentication Propriedade

Definição

Obtém as configurações usadas para validar o certificado apresentado pelo cliente durante a autenticação.

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

Valor da propriedade

X509ClientCertificateAuthentication

As configurações usadas para validar o certificado apresentado pelo cliente durante a autenticação.

Exemplos

O código a seguir mostra como usar essa propriedade para definir as propriedades de autenticação de certificado.

Aplica-se a