AccessSection Class

Specifies access permissions to content protected by Secure Sockets Layer (SSL).

Syntax

class AccessSection : ConfigurationSection  

Methods

The following table lists the methods exposed by the AccessSection class.

Name Description
GetAllowDefinition (Inherited from ConfigurationSection.)
GetAllowLocation (Inherited from ConfigurationSection.)
RevertToParent (Inherited from ConfigurationSection.)
SetAllowDefinition (Inherited from ConfigurationSection.)
SetAllowLocation (Inherited from ConfigurationSection.)

Properties

The following table lists the properties exposed by the AccessSection class.

Name Description
Location (Inherited from ConfigurationSection.) A key property.
Path (Inherited from ConfigurationSection.) A key property.
SectionInformation (Inherited from ConfigurationSection.)
SslFlags A read/write sint32 value that configures settings for content protected by SSL. The possible values are listed later in the Remarks section.

Subclasses

This class contains no subclasses.

Remarks

The following table lists the possible values for the SSLFlags property. The default is 0 (None).

Value Keyword Description
0 None No SSL connection is required for content access.
8 Ssl SSL is required for content access.
32 SslNegotiateCert The type of SSL required is negotiated between the client and the server.
64 SslRequireCert The server requires an SSL certificate from the client.
256 Ssl128 SSL with 128-bit encryption is required.

Inheritance Hierarchy

ConfigurationSection

AccessSection

Requirements

Type Description
Client - IIS 7.0 on Windows Vista
- IIS 7.5 on Windows 7
- IIS 8.0 on Windows 8
- IIS 10.0 on Windows 10
Server - IIS 7.0 on Windows Server 2008
- IIS 7.5 on Windows Server 2008 R2
- IIS 8.0 on Windows Server 2012
- IIS 8.5 on Windows Server 2012 R2
- IIS 10.0 on Windows Server 2016
Product - IIS 7.0, IIS 7.5, IIS 8.0, IIS 8.5, IIS 10.0
MOF file WebAdministration.mof

See Also

ConfigurationSection Class
ClientCertificateMappingAuthenticationSection Class
CollectionElement Class
IisClientCertificateMappingAuthenticationSection Class
ManyToOneCertificateMappingElement Class
ManyToOneCertificateMappingRuleElement Class