Skip to content

Latest commit

 

History

History
62 lines (49 loc) · 4.62 KB

protocolssection-class.md

File metadata and controls

62 lines (49 loc) · 4.62 KB
title description ms.date ms.assetid
ProtocolsSection Class
Describes the ProtocolsSection class and provides the class' syntax, methods, properties, inheritance hierarchy, and requirements.
10/07/2016
0cfbaf09-12eb-5d23-d331-931f5d6cfd6a

ProtocolsSection Class

Contains a list of transmission protocols that [!INCLUDEvstecasp] can use to decrypt data sent from a client browser in the HTTP request.

Syntax

class ProtocolsSection : ConfigurationSectionWithCollection  

Methods

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

Name Description
Add (Inherited from ConfigurationSectionWithCollection.)
Clear (Inherited from ConfigurationSectionWithCollection.)
Get (Inherited from ConfigurationSectionWithCollection.)
GetAllowDefinition (Inherited from ConfigurationSection.)
GetAllowLocation (Inherited from ConfigurationSection.)
Remove (Inherited from ConfigurationSectionWithCollection.)
RevertToParent (Inherited from ConfigurationSection.)
SetAllowDefinition (Inherited from ConfigurationSection.)
SetAllowLocation (Inherited from ConfigurationSection.)

Properties

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

Name Description
Location (Inherited from ConfigurationSection.) A key property.
Path (Inherited from ConfigurationSection.) A key property.
Protocols An array of ProtocolElement values that specify the transmission protocols that [!INCLUDEvstecasp] can use to decrypt data sent from a client browser in the HTTP request.
SectionInformation (Inherited from ConfigurationSection.)

Subclasses

This class contains no subclasses.

Inheritance Hierarchy

ConfigurationSection

ConfigurationSectionWithCollection

ProtocolsSection

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

ConfigurationSectionWithCollection Class
ProtocolElement Class