Click or drag to resize

ProtocolType Enumeration

ProtocolType is used to distinguish between standard and custom headers.

Namespace:  Aras.IOM.OAuth
Assembly:  IOM (in IOM.dll) Version: 14.0.9.36244
Syntax
public enum ProtocolType
Members
  Member nameValueDescription
Standard0 Standard headers.
Custom1 Custom headers are necessary to support Windows authentication.
See Also