X509RecipientCertificateClientElement::DefaultCertificate Property
.NET Framework (current version)
Gets the default certificate to be used to represent the service when communicating back to the client.
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
Available since 3.0
Show: