MetadataImporter::PolicyImportExtensions Property
.NET Framework (current version)
Gets a collection of policy importers that the importer calls to process policy assertions.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: property KeyedByTypeCollection<IPolicyImportExtension^>^ PolicyImportExtensions { KeyedByTypeCollection<IPolicyImportExtension^>^ get(); }
Property Value
Type: System.Collections.Generic::KeyedByTypeCollection<IPolicyImportExtension^>^A collection of policy importers that the MetadataImporter uses to process policy assertions.
Use the PolicyImportExtensions property to add or remove policy importers that are invoked to process policy assertions in the metadata.
.NET Framework
Available since 3.0
Available since 3.0
Show: