ClientCredentials::ClientCertificate Property
.NET Framework (current version)
Gets an object that you can use to provide the X.509 certificate that the client uses to authenticate to the service.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: property X509CertificateInitiatorClientCredential^ ClientCertificate { X509CertificateInitiatorClientCredential^ get(); }
Property Value
Type: System.ServiceModel.Security::X509CertificateInitiatorClientCredential^An X509CertificateInitiatorClientCredential that represents the client certificate.
You can also set this value using the <certificate> of <clientCertificate> Element in a client application configuration file.
.NET Framework
Available since 3.0
Available since 3.0
Show: