X509RecipientCertificateClientElement::DefaultCertificate Property

 

Gets the default certificate to be used to represent the service when communicating back to the client.

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

public:
[ConfigurationPropertyAttribute("defaultCertificate")]
property X509DefaultServiceCertificateElement^ DefaultCertificate {
	X509DefaultServiceCertificateElement^ get();
}

Property Value

Type: System.ServiceModel.Configuration::X509DefaultServiceCertificateElement^

A X509Certificate2 to be used to represent the service when communicating back to the client.

.NET Framework
Available since 3.0
Return to top
Show: