X509InitiatorCertificateServiceElement::Certificate Property
.NET Framework (current version)
Gets the certificate that is used to represent the service when communicating back to the client.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: [ConfigurationPropertyAttribute("certificate")] property X509ClientCertificateCredentialsElement^ Certificate { X509ClientCertificateCredentialsElement^ get(); }
Property Value
Type: System.ServiceModel.Configuration::X509ClientCertificateCredentialsElement^A X509Certificate2 that is used to represent the service when communicating back to the client.
.NET Framework
Available since 3.0
Available since 3.0
Show: