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