ProtocolElement Class [IIS 7 and higher]
Specifies a transmission protocol that ASP.NET can use to decrypt data sent in the HTTP request from a client browser.
Syntax
class ProtocolElement : CollectionElement
Methods
This class contains no methods.
Properties
The following table lists the properties exposed by the ProtocolElement class.
Name |
Description |
---|---|
AppDomainHandlerType |
A read/write string value that contains the common language runtime (CLR) type of the application domain protocol handler for the protocol specified in the Name property. |
Name |
A unique nonempty read-only string value that specifies the name of a transmission protocol that ASP.NET can use to decrypt data sent in the HTTP request from a client browser. The key property. |
ProcessHandlerType |
A read/write string value that specifies the CLR type of the process protocol handler for the protocol specified in the Name property. If you do not specify this property, the protocol does not require a process protocol handler. |
Validate |
A read/write boolean value. true if the types specified in the AppDomainHandlerType and ProcessHandlerType properties should be validated when the section is parsed; otherwise, false. The default is false. |
Subclasses
This class contains no subclasses.
Remarks
Instances of this class are contained in the Protocols property of the ProtocolsSection class.
Inheritance Hierarchy
ProtocolElement
Requirements
Type |
Description |
---|---|
Client |
Requires IIS 7 on Windows Vista. |
Server |
Requires IIS 7 on Windows Server 2008. |
Product |
IIS 7 |
MOF file |
WebAdministration.mof |
See Also
Reference
CollectionElement Class [IIS 7 and higher]