IdentityElement::Certificate Property

 

Gets the configuration settings of an X.509 certificate.

Namespace:   System.ServiceModel.Configuration
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
[ConfigurationPropertyAttribute("certificate")]
property CertificateElement^ Certificate {
	CertificateElement^ get();
}

Property Value

Type: System.ServiceModel.Configuration::CertificateElement^

The configuration settings of an X.509 certificate.

.NET Framework
Available since 3.0
Return to top
Show: