X509InitiatorCertificateServiceElement::Certificate Property

 

Gets the certificate that is used to represent the service when communicating back to the client.

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