X509RecipientCertificateClientElement::Authentication Property

 

Gets the certificate used for authentication.

Namespace:   System.ServiceModel.Configuration
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
[ConfigurationPropertyAttribute("authentication")]
property X509ServiceCertificateAuthenticationElement^ Authentication {
	X509ServiceCertificateAuthenticationElement^ get();
}

Property Value

Type: System.ServiceModel.Configuration::X509ServiceCertificateAuthenticationElement^

The certificate used for authentication.

.NET Framework
Available since 3.0
Return to top
Show: