6 references to X509ScopedServiceCertificateElementCollection
System.ServiceModel (6)
System\ServiceModel\Configuration\Properties.cs (1)
4109
properties.Add(new ConfigurationProperty("scopedCertificates", typeof(System.ServiceModel.Configuration.
X509ScopedServiceCertificateElementCollection
), null, null, null, System.Configuration.ConfigurationPropertyOptions.None));
System\ServiceModel\Configuration\X509RecipientCertificateClientElement.cs (5)
28
public
X509ScopedServiceCertificateElementCollection
ScopedCertificates
30
get { return (
X509ScopedServiceCertificateElementCollection
)base[ConfigurationStrings.ScopedCertificates]; }
58
X509ScopedServiceCertificateElementCollection
srcScopedCertificates = from.ScopedCertificates;
59
X509ScopedServiceCertificateElementCollection
dstScopedCertificates = this.ScopedCertificates;
91
X509ScopedServiceCertificateElementCollection
scopedCertificates = this.ScopedCertificates;