PolicyImporterElement 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示一个配置元素,该配置元素指定与绑定有关的自定义策略断言的导入。 此类不能被继承。
public ref class PolicyImporterElement sealed : System::Configuration::ConfigurationElement
public sealed class PolicyImporterElement : System.Configuration.ConfigurationElement
type PolicyImporterElement = class
inherit ConfigurationElement
Public NotInheritable Class PolicyImporterElement
Inherits ConfigurationElement
- 继承
注解
此配置节指定搜索与绑定功能有关的自定义策略断言的设置,并附加一个实现断言所需功能的自定义绑定元素。
构造函数
PolicyImporterElement() |
初始化 PolicyImporterElement 类的新实例。 |
PolicyImporterElement(String) |
用特定策略类型初始化 PolicyImporterElement 类的新实例。 |
PolicyImporterElement(Type) |
用特定策略类型初始化 PolicyImporterElement 类的新实例。 |