Click or drag to resize

ProtocolInfo Class

Contains information about authorization protocol.
Inheritance Hierarchy
SystemObject
  Aras.IOM.OAuthProtocolInfo

Namespace:  Aras.IOM.OAuth
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
public class ProtocolInfo

The ProtocolInfo type exposes the following members.

Constructors
  NameDescription
Public methodProtocolInfo
Top
Properties
  NameDescription
Public propertyAuthorizationHeader
Gets Authorization header name.
Public propertyProtocolType
Gets protocol type information.
Public propertyUnauthorizedStatusCode
Gets Unauthorized status code.
Public propertyWwwAuthenticateHeader
Gets WWW-Authenticate header name.
Top
See Also