X509RecipientCertificateClientElement::ScopedCertificates Property

 

Gets a scoped certificate to be used for representing the service when communicating back to the client.

Namespace:   System.ServiceModel.Configuration
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
Return to top
Show: