Share via


AuthenticationType Enum

Definition

Denotes the type of client authentication.

public enum class AuthenticationType
public enum AuthenticationType
type AuthenticationType = 
Public Enum AuthenticationType
Inheritance
AuthenticationType

Fields

ChallengeBased 0

Authentication uses an HTTP 401 challenge.

ClientCertificateBased 2

Authentication uses an SSL client certificate.

LoginRedirectBased 1

Authentication uses an HTTP 302 redirect URL for client logon.

Other 3

Authentication uses an unspecified authentication type.

Remarks

The enumeration defines the type of client authentication that the <xref:System.Web.Management.Client.Extensions.AuthenticationFeature> object uses.

Applies to