3 references to ScopedCertificates
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\X509CertificateRecipientClientCredential.cs (3)
39
foreach (Uri uri in other.
ScopedCertificates
.Keys)
41
_scopedCertificates.Add(uri, other.
ScopedCertificates
[uri]);
128
ScopedCertificates
[targetService] = certificate;