2 writes to serviceCertificate
System.ServiceModel (2)
System\ServiceModel\Description\ClientCredentials.cs (2)
48this.serviceCertificate = new X509CertificateRecipientClientCredential(other.serviceCertificate); 126this.serviceCertificate = new X509CertificateRecipientClientCredential();
7 references to serviceCertificate
System.ServiceModel (7)
System\ServiceModel\Description\ClientCredentials.cs (7)
47if (other.serviceCertificate != null) 48this.serviceCertificate = new X509CertificateRecipientClientCredential(other.serviceCertificate); 124if (this.serviceCertificate == null) 128this.serviceCertificate.MakeReadOnly(); 130return this.serviceCertificate; 339if (this.serviceCertificate != null) 340this.serviceCertificate.MakeReadOnly();