SecurityPolicySection 类
定义安全策略文件与其信任级别名称之间的映射的集合。
语法
class SecurityPolicySection : ConfigurationSectionWithCollection
方法
下表列出了 SecurityPolicySection
类公开的方法。
名称 | 说明 |
---|---|
添加 | (继承自 ConfigurationSectionWithCollection。) |
清除 | (从 ConfigurationSectionWithCollection 继承。) |
Get | (从 ConfigurationSectionWithCollection 继承。) |
GetAllowDefinition | (继承自 ConfigurationSection。) |
GetAllowLocation | (从 ConfigurationSection 继承。) |
删除 | (从 ConfigurationSectionWithCollection 继承。) |
RevertToParent | (从 ConfigurationSection 继承。) |
SetAllowDefinition | (从 ConfigurationSection 继承。) |
SetAllowLocation | (从 ConfigurationSection 继承。) |
属性
下表列出了 SecurityPolicySection
类公开的属性。
名称 | 描述 |
---|---|
Location |
(继承自 ConfigurationSection 。)一个键属性。 |
Path |
(继承自 ConfigurationSection 。)一个键属性。 |
SectionInformation |
(从 ConfigurationSection 继承。) |
SecurityPolicy |
一个读/写 TrustLevel 值的数组,这些值将安全策略文件映射到命名的安全信任级别。 可以通过在 TrustSection 类的 Level 属性中指定信任级别名称,将安全策略应用于 ASP.NET 应用程序。 |
子类
此类不包含子类。
注解
此类仅在站点级配置 (Web.config) 文件中有效。
有关 ASP.NET 和策略文件的信息,请参阅 ASP.NET 信任级别和策略文件和管理安全策略。
继承层次结构
ConfigurationSectionWithCollection
SecurityPolicySection
要求
类型 | 描述 |
---|---|
客户端 | - IIS 7.0(在 Windows Vista 上) - IIS 7.5(在 Windows 7 上) - IIS 8.0(在 Windows 8 上) - IIS 10.0(在 Windows 10 上) |
服务器 | - IIS 7.0(在 Windows Server 2008 上) - IIS 7.5(在 Windows Server 2008 R2 上) - IIS 8.0(在 Windows Server 2012 上) - IIS 8.5(在 Windows Server 2012 R2 上) - IIS 10.0(在 Windows Server 2016 上) |
产品 | - IIS 7.0、IIS 7.5、IIS 8.0、IIS 8.5、IIS 10.0 |
MOF 文件 | WebAdministration.mof |
另请参阅
ConfigurationSectionWithCollection 类
TrustLevel 类
TrustSection 类
ASP.NET Trust Levels and Policy Files
管理安全策略