AuthenticationType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Denotes the type of client authentication.
public enum class AuthenticationType
public enum AuthenticationType
type AuthenticationType =
Public Enum AuthenticationType
- Inheritance
-
AuthenticationType
Fields
Name | Value | Description |
---|---|---|
ChallengeBased | 0 | Authentication uses an HTTP 401 challenge. |
LoginRedirectBased | 1 | Authentication uses an HTTP 302 redirect URL for client logon. |
ClientCertificateBased | 2 | Authentication uses an SSL client certificate. |
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.