다음을 통해 공유


AccessSection 클래스

SSL(Secure Sockets Layer)으로 보호되는 콘텐츠에 대한 액세스 권한을 지정합니다.

구문

class AccessSection : ConfigurationSection  

메서드

다음 표에서는 클래스에서 노출하는 메서드를 나열합니다 AccessSection .

속성 Description
GetAllowDefinition ( ConfigurationSection에서 상속됩니다.)
GetAllowLocation ConfigurationSection에서 상속됩니다.
RevertToParent ConfigurationSection에서 상속됩니다.
SetAllowDefinition ConfigurationSection에서 상속됩니다.
SetAllowLocation ConfigurationSection에서 상속됩니다.

속성

다음 표에서는 클래스에서 노출하는 속성을 나열합니다 AccessSection .

속성 Description
Location (에서 ConfigurationSection상속됨) 키 속성입니다.
Path (에서 ConfigurationSection상속됨) 키 속성입니다.
SectionInformation ConfigurationSection에서 상속됩니다.
SslFlags SSL로 보호되는 콘텐츠에 대한 설정을 구성하는 읽기/쓰기 sint32 값입니다. 가능한 값은 설명 섹션의 뒷부분에 나열됩니다.

를 서브클래싱합니다.

이 클래스에는 하위 클래스가 없습니다.

설명

다음 표에서는 속성에 대해 가능한 값을 나열합니다 SSLFlags . 기본값은 0(None)입니다.

키워드 Description
0 None 콘텐츠 액세스에는 SSL 연결이 필요하지 않습니다.
8 Ssl 콘텐츠 액세스에는 SSL이 필요합니다.
32 SslNegotiateCert 필요한 SSL 유형은 클라이언트와 서버 간에 협상됩니다.
64 SslRequireCert 서버에는 클라이언트의 SSL 인증서가 필요합니다.
256 Ssl128 128비트 암호화를 사용하는 SSL이 필요합니다.

상속 계층 구조

ConfigurationSection

AccessSection

요구 사항

형식 Description
클라이언트 - Windows Vista의 IIS 7.0
- Windows 7의 IIS 7.5
- Windows 8의 IIS 8.0
- WINDOWS 10 IIS 10.0
서버 - Windows Server 2008의 IIS 7.0
- Windows Server 2008 R2의 IIS 7.5
- Windows Server 2012의 IIS 8.0
- Windows Server 2012 R2의 IIS 8.5
- WINDOWS SERVER 2016 IIS 10.0
제품 - IIS 7.0, IIS 7.5, IIS 8.0, IIS 8.5, IIS 10.0
MOF 파일 WebAdministration.mof

참고 항목

ConfigurationSection 클래스
ClientCertificateMappingAuthenticationSection 클래스
CollectionElement 클래스
IisClientCertificateMappingAuthenticationSection 클래스
ManyToOneCertificateMappingElement 클래스
ManyToOneCertificateMappingRuleElement 클래스