SecurityPolicySection Class
Define una colección de asignaciones entre los archivos de directiva de seguridad y sus nombres de nivel de confianza.
Sintaxis
class SecurityPolicySection : ConfigurationSectionWithCollection
Métodos
La siguiente tabla muestra los métodos expuestos por la clase SecurityPolicySection
.
Nombre | Descripción |
---|---|
Add (Agregar) | (Se hereda de ConfigurationSectionWithCollection). |
Borrar | (Se hereda de ConfigurationSectionWithCollection ). |
Get | (Se hereda de ConfigurationSectionWithCollection ). |
GetAllowDefinition | (Se hereda de ConfigurationSection). |
GetAllowLocation | (Se hereda de ConfigurationSection ). |
Remove | (Se hereda de ConfigurationSectionWithCollection ). |
RevertToParent | (Se hereda de ConfigurationSection ). |
SetAllowDefinition | (Se hereda de ConfigurationSection ). |
SetAllowLocation | (Se hereda de ConfigurationSection ). |
Propiedades
La siguiente tabla muestra las propiedades expuestas por la clase SecurityPolicySection
.
Nombre | Descripción |
---|---|
Location |
(Se hereda de ConfigurationSection ). Una propiedad clave. |
Path |
(Se hereda de ConfigurationSection ). Una propiedad clave. |
SectionInformation |
(Se hereda de ConfigurationSection ). |
SecurityPolicy |
Matriz de valores TrustLevel de lectura y escritura que asignan archivos de directiva de seguridad a niveles de confianza de seguridad con nombre. Puede aplicar la directiva de seguridad a una aplicación de ASP.NET especificando el nombre de nivel de confianza en la propiedad Level de la clase TrustSection. |
Subclases
Esta clase no contiene subclases.
Comentarios
Esta clase solo es válida en un archivo de configuración de nivel de sitio (Web.config).
Para obtener información sobre ASP.NET y archivos de directiva, consulte ASP.NET niveles de confianza y archivos de directiva y Administración de la directiva de seguridad.
Jerarquía de herencia
ConfigurationSectionWithCollection
SecurityPolicySection
Requisitos
Tipo | Descripción |
---|---|
Remoto | - IIS 7.0 en Windows Vista - IIS 7.5 en Windows 7 - IIS 8.0 en Windows 8 - IIS 10.0 en Windows 10 |
Server | - IIS 7.0 en Windows Server 2008 - IIS 7.5 en Windows Server 2008 R2 - IIS 8.0 en Windows Server 2012 - IIS 8.5 en Windows Server 2012 R2 - IIS 10.0 en Windows Server 2016 |
Producto | - IIS 7.0, IIS 7.5, IIS 8.0, IIS 8.5, IIS 10.0 |
Archivo MOF | WebAdministration.mof |
Consulte también
ConfigurationSectionWithCollection Class
TrustLevel Class
TrustSection Class
Niveles de confianza y archivos de directivas de ASP.NET
Administración de la directiva de seguridad