X509RecipientCertificateClientElement::ScopedCertificates Property
.NET Framework (current version)
Gets a scoped certificate to be used for representing the service when communicating back to the client.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: [ConfigurationPropertyAttribute("scopedCertificates")] property X509ScopedServiceCertificateElementCollection^ ScopedCertificates { X509ScopedServiceCertificateElementCollection^ get(); }
Property Value
Type: System.ServiceModel.Configuration::X509ScopedServiceCertificateElementCollection^A X509Certificate2 to be used for representing the service when communicating back to the client.
.NET Framework
Available since 3.0
Available since 3.0
Show: