3 writes to certificate
System.ServiceModel (3)
System\ServiceModel\Security\X509CertificateInitiatorServiceCredential.cs (3)
27this.certificate = other.certificate; 41this.certificate = value; 69this.certificate = SecurityUtils.GetCertificateFromStore(storeName, storeLocation, findType, findValue, null);
2 references to certificate
System.ServiceModel (2)
System\ServiceModel\Security\X509CertificateInitiatorServiceCredential.cs (2)
27this.certificate = other.certificate; 36return this.certificate;