2 references to PolicyAssertionCollection
System.ServiceModel (2)
System\ServiceModel\Description\ImportedPolicyConversionContext.cs (1)
45
this.endpointAssertions = new
PolicyAssertionCollection
(new MaxItemsEnumerable<XmlElement>(endpointAssertions, remainingAssertionsAllowed));
System\ServiceModel\Description\MetadataImporter.cs (1)
147
this.bindingPolicy = new
PolicyAssertionCollection
(bindingPolicy);