X509CertificateInitiatorServiceCredential.Authentication Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene le impostazioni utilizzate per convalidare il certificato presentato dal client durante l'autenticazione.
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
Valore della proprietà
Impostazioni usate per convalidare il certificato presentato dal client durante l'autenticazione.
Esempio
Il codice seguente illustra come usare questa proprietà per impostare le proprietà di autenticazione del certificato.