SecAuthenticationType Enum

Definition

An enumeration whose values specify various types of authentication. Used with the AuthenticationType property.

public enum SecAuthenticationType
type SecAuthenticationType = 
Inheritance
SecAuthenticationType

Fields

Default 7

Default authentication type

Dpa 2

Distributed Password Authentication

HtmlForm 6

HTTP Form authentication.

HttpBasic 4

HTTP Basic authentication.

HttpDigest 5

HTTP Digest authentication

Invalid -1

Invalid authentication setting

Msn 1

Microsoft Network authentication

Ntlm 0

NTLM authentication

Rpa 3

Remote password authentication.

Remarks

Applies to