X509RecipientCertificateClientElement.ScopedCertificates Property

Definition

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

public:
 property System::ServiceModel::Configuration::X509ScopedServiceCertificateElementCollection ^ ScopedCertificates { System::ServiceModel::Configuration::X509ScopedServiceCertificateElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("scopedCertificates")]
public System.ServiceModel.Configuration.X509ScopedServiceCertificateElementCollection ScopedCertificates { get; }
[<System.Configuration.ConfigurationProperty("scopedCertificates")>]
member this.ScopedCertificates : System.ServiceModel.Configuration.X509ScopedServiceCertificateElementCollection
Public ReadOnly Property ScopedCertificates As X509ScopedServiceCertificateElementCollection

Property Value

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

Attributes

Applies to