1 write to clientCertificate
System.ServiceModel (1)
System\ServiceModel\Security\TlsSspiNegotiation.cs (1)
91
this.
clientCertificate
= clientCertificate;
3 references to clientCertificate
System.ServiceModel (3)
System\ServiceModel\Security\TlsSspiNegotiation.cs (3)
138
return this.
clientCertificate
;
581
if (this.
clientCertificate
!= null)
583
ValidatePrivateKey(this.
clientCertificate
);