3 writes to certificate
System.ServiceModel (3)
System\ServiceModel\Security\X509CertificateInitiatorClientCredential.cs (3)
26this.certificate = other.certificate; 39this.certificate = value; 59this.certificate = SecurityUtils.GetCertificateFromStore(storeName, storeLocation, findType, findValue, null);
2 references to certificate
System.ServiceModel (2)
System\ServiceModel\Security\X509CertificateInitiatorClientCredential.cs (2)
26this.certificate = other.certificate; 34return this.certificate;