3 writes to certificate
System.ServiceModel (3)
System\ServiceModel\Security\PeerCredential.cs (3)
31
this.
certificate
= other.certificate;
47
this.
certificate
= value;
106
this.
certificate
= SecurityUtils.GetCertificateFromStore(storeName, storeLocation, findType, findValue, null);
2 references to certificate
System.ServiceModel (2)
System\ServiceModel\Security\PeerCredential.cs (2)
31
this.certificate = other.
certificate
;
42
return this.
certificate
;