4 references to ScopedCertificates
System.ServiceModel (4)
System\ServiceModel\Security\ClientCredentialsSecurityTokenManager.cs (1)
297
parent.ServiceCertificate.
ScopedCertificates
.TryGetValue(targetAddress.Uri, out targetServerCertificate);
System\ServiceModel\Security\X509CertificateRecipientClientCredential.cs (3)
40
foreach (Uri uri in other.
ScopedCertificates
.Keys)
42
this.scopedCertificates.Add(uri, other.
ScopedCertificates
[uri]);
131
ScopedCertificates
[targetService] = certificate;