PeerCredentialElement::Certificate Property

 

Gets the element for an X509 certificate from the peer credential configuration element.

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