Skip to content

Latest commit

 

History

History
71 lines (57 loc) · 4.7 KB

accesssection-class.md

File metadata and controls

71 lines (57 loc) · 4.7 KB
title description ms.date ms.assetid
AccessSection Class
Describes the syntax for the AccessSection class which specifies access permissions to content protected by Secure Sockets Layer (SSL).
10/07/2016
8b902925-aeba-077a-a991-6bc9982a757a

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 - [!INCLUDEiis70] on [!INCLUDEwinvista]
- [!INCLUDEiis75] on [!INCLUDEwin7]
- [!INCLUDEiis80] on [!INCLUDEwin8]
- [!INCLUDEiis100] on [!INCLUDEwin10]
Server - [!INCLUDEiis70] on [!INCLUDEwinsrv2008]
- [!INCLUDEiis75] on [!INCLUDEwinsrv2008r2]
- [!INCLUDEiis80] on [!INCLUDEwinsrv2012]
- [!INCLUDEiis85] on [!INCLUDEwinsrv2012r2]
- [!INCLUDEiis100] on [!INCLUDEwinsrv2016]
Product - [!INCLUDEiis70], [!INCLUDEiis75], [!INCLUDEiis80], [!INCLUDEiis85], [!INCLUDEiis100]
MOF file WebAdministration.mof

See Also

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