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