Click or drag to resize
GDAuthorizationMethod Class
Type of authorization used by the GDHttpProtocolFilter.
Inheritance Hierarchy
SystemObject
  GDGDAuthorizationMethod

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public sealed class GDAuthorizationMethod

The GDAuthorizationMethod type exposes the following members.

Constructors
  NameDescription
Public methodGDAuthorizationMethod
Initializes a new instance of the GDAuthorizationMethod class
Top
Properties
  NameDescription
Public propertyStatic memberBasic
Use this property for Basic authorization.
Public propertyStatic memberDigest
Use this property for Digest authorization.
Public propertyStatic memberNegotiate
Use this property for Negotiate authorization.
Public propertyStatic memberNTLM
Use this property for NTLM authorization.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Remarks
This class is used to pass strongly typed authorization type while creating new GDHttpProtocolFilter. Its value will be added to resulting http headers as a value of Authorization header field.
See Also

Reference