Show / Hide Table of Contents

Class AuthMethod

HTTP authentication methods.

Inheritance
System.Object
AuthMethod
Namespace: PrinceXML.Wrapper.Enums
Assembly: PrinceXML.Wrapper.dll
Syntax
public class AuthMethod : object

Fields

| Improve this Doc View Source

Basic

Equates to the string "basic".

Declaration
public static readonly AuthMethod Basic
Field Value
Type Description
AuthMethod
| Improve this Doc View Source

Digest

Equates to the string "digest".

Declaration
public static readonly AuthMethod Digest
Field Value
Type Description
AuthMethod
| Improve this Doc View Source

Negotiate

Equates to the string "negotiate".

Declaration
public static readonly AuthMethod Negotiate
Field Value
Type Description
AuthMethod
| Improve this Doc View Source

Ntlm

Equates to the string "ntlm".

Declaration
public static readonly AuthMethod Ntlm
Field Value
Type Description
AuthMethod

Methods

| Improve this Doc View Source

ToString()

Returns a string representation of the object.

Declaration
public override string ToString()
Returns
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX