PeerCredentialElement::Certificate Property
.NET Framework (current version)
Gets the element for an X509 certificate from the peer credential configuration element.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: [ConfigurationPropertyAttribute("certificate")] property X509PeerCertificateElement^ Certificate { X509PeerCertificateElement^ get(); }
Property Value
Type: System.ServiceModel.Configuration::X509PeerCertificateElement^X509PeerCertificateElement that contains the configuration element for the X509 certificate associated with the current peer credential configuration element.
.NET Framework
Available since 3.0
Available since 3.0
Show: