X509InitiatorCertificateServiceElement.Authentication Property

Definition

Gets the client certificate used for authentication.

public:
 property System::ServiceModel::Configuration::X509ClientCertificateAuthenticationElement ^ Authentication { System::ServiceModel::Configuration::X509ClientCertificateAuthenticationElement ^ get(); };
[System.Configuration.ConfigurationProperty("authentication")]
public System.ServiceModel.Configuration.X509ClientCertificateAuthenticationElement Authentication { get; }
[<System.Configuration.ConfigurationProperty("authentication")>]
member this.Authentication : System.ServiceModel.Configuration.X509ClientCertificateAuthenticationElement
Public ReadOnly Property Authentication As X509ClientCertificateAuthenticationElement

Property Value

A X509ClientCertificateAuthentication that contains the client certificate used for authentication.

Attributes

Applies to