3 writes to _certificate
System.ServiceModel.Primitives (3)
System\ServiceModel\Security\X509CertificateInitiatorClientCredential.cs (3)
26
_certificate
= other._certificate;
50
_certificate
= value;
72
_certificate
= SecurityUtils.GetCertificateFromStore(storeName, storeLocation, findType, findValue, null);
2 references to _certificate
System.ServiceModel.Primitives (2)
System\ServiceModel\Security\X509CertificateInitiatorClientCredential.cs (2)
26
_certificate = other.
_certificate
;
45
return
_certificate
;