X509InitiatorCertificateServiceElement::Authentication Property

 

Gets the client certificate used for authentication.

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

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

Property Value

Type: System.ServiceModel.Configuration::X509ClientCertificateAuthenticationElement^

A X509ClientCertificateAuthentication that contains the client certificate used for authentication.

.NET Framework
Available since 3.0
Return to top
Show: