2 writes to clientCertificate
System.ServiceModel (2)
System\ServiceModel\Description\ClientCredentials.cs (2)
46this.clientCertificate = new X509CertificateInitiatorClientCredential(other.clientCertificate); 112this.clientCertificate = new X509CertificateInitiatorClientCredential();
7 references to clientCertificate
System.ServiceModel (7)
System\ServiceModel\Description\ClientCredentials.cs (7)
45if (other.clientCertificate != null) 46this.clientCertificate = new X509CertificateInitiatorClientCredential(other.clientCertificate); 110if (this.clientCertificate == null) 114this.clientCertificate.MakeReadOnly(); 116return this.clientCertificate; 337if (this.clientCertificate != null) 338this.clientCertificate.MakeReadOnly();