X509RecipientCertificateClientElement.ScopedCertificates Propriedade
Definição
Obtém um certificado de escopo a ser usado para representar o serviço ao comunicar-se novamente com o cliente.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
Valor da propriedade
Um X509Certificate2 a ser usado para representar o serviço ao se comunicar de volta com o cliente.A X509Certificate2 to be used for representing the service when communicating back to the client.
- Atributos