AccessSection (clase)
Especifica los permisos de acceso al contenido protegido por Capa de sockets seguros (SSL).
Sintaxis
class AccessSection : ConfigurationSection
Métodos
La siguiente tabla muestra los métodos expuestos por la clase AccessSection
.
Nombre | Descripción |
---|---|
GetAllowDefinition | (Se hereda de ConfigurationSection). |
GetAllowLocation | (Se hereda de ConfigurationSection ). |
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 AccessSection
.
Nombre | Descripción |
---|---|
Location |
(Se hereda de ConfigurationSection ). Una propiedad clave. |
Path |
(Se hereda de ConfigurationSection ). Una propiedad clave. |
SectionInformation |
(Se hereda de ConfigurationSection ). |
SslFlags |
Valor de lectura y escritura sint32 que configura las opciones de contenido protegido por SSL. Los valores posibles se enumeran más adelante en la sección Comentarios. |
Subclases
Esta clase no contiene subclases.
Comentarios
En la siguiente tabla se describen los posibles valores de la propiedad SSLFlags
. El valor predeterminado es 0 (None
).
Valor | Palabra clave | Descripción |
---|---|---|
0 | None |
No se requiere ninguna conexión SSL para el acceso al contenido. |
8 | Ssl |
SSL es necesario para el acceso al contenido. |
32 | SslNegotiateCert |
El tipo de SSL necesario se negocia entre el cliente y el servidor. |
64 | SslRequireCert |
El servidor requiere un certificado SSL del cliente. |
256 | Ssl128 |
Se requiere SSL con cifrado de 128 bits. |
Jerarquía de herencia
AccessSection
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
Clase ConfigurationSection
Clase ClientCertificateMappingAuthenticationSection
Clase CollectionElement
Clase IisClientCertificateMappingAuthenticationSection
ManyToOneCertificateMappingElement Class
ManyToOneCertificateMappingRuleElement Class