X509RecipientCertificateClientElement.Authentication Property

Definition

Gets the certificate used for authentication.

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

Property Value

The certificate used for authentication.

Attributes

Applies to