X509RecipientCertificateClientElement::SslCertificateAuthentication Property

.NET Framework (current version)
 

Gets the authentication settings for a Secure Sockets Layer (SSL) certificate.

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

public:
[ConfigurationPropertyAttribute("sslCertificateAuthentication")]
property X509ServiceCertificateAuthenticationElement^ SslCertificateAuthentication {
	X509ServiceCertificateAuthenticationElement^ get();
}

Property Value

Type: System.ServiceModel.Configuration::X509ServiceCertificateAuthenticationElement^

The authentication settings for an SSL certificate.

.NET Framework
Available since 4.5
Return to top
Show: