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