3 writes to certificate
System.ServiceModel (3)
System\ServiceModel\Security\X509CertificateRecipientServiceCredential.cs (3)
24
this.
certificate
= other.certificate;
37
this.
certificate
= value;
62
this.
certificate
= SecurityUtils.GetCertificateFromStore(storeName, storeLocation, findType, findValue, null);
2 references to certificate
System.ServiceModel (2)
System\ServiceModel\Security\X509CertificateRecipientServiceCredential.cs (2)
24
this.certificate = other.
certificate
;
32
return this.
certificate
;