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