2 writes to scopedCertificates
System.ServiceModel (2)
System\ServiceModel\Security\X509CertificateRecipientClientCredential.cs (2)
27
this.
scopedCertificates
= new Dictionary<Uri, X509Certificate2>();
39
this.
scopedCertificates
= new Dictionary<Uri, X509Certificate2>();
2 references to scopedCertificates
System.ServiceModel (2)
System\ServiceModel\Security\X509CertificateRecipientClientCredential.cs (2)
42
this.
scopedCertificates
.Add(uri, other.ScopedCertificates[uri]);
65
return this.
scopedCertificates
;