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 SourceBasic
Equates to the string "basic"
.
Declaration
public static readonly AuthMethod Basic
Field Value
Type | Description |
---|---|
AuthMethod |
Digest
Equates to the string "digest"
.
Declaration
public static readonly AuthMethod Digest
Field Value
Type | Description |
---|---|
AuthMethod |
Negotiate
Equates to the string "negotiate"
.
Declaration
public static readonly AuthMethod Negotiate
Field Value
Type | Description |
---|---|
AuthMethod |
Ntlm
Equates to the string "ntlm"
.
Declaration
public static readonly AuthMethod Ntlm
Field Value
Type | Description |
---|---|
AuthMethod |
Methods
| Improve this Doc View SourceToString()
Returns a string representation of the object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |