AuthenticationType Enumeration
Denotes the type of client authentication.
Assembly: Microsoft.Web.Management (in Microsoft.Web.Management.dll)
| Member name | Description | |
|---|---|---|
| ChallengeBased | Authentication uses an HTTP 401 challenge. | |
| ClientCertificateBased | Authentication uses an SSL client certificate. | |
| LoginRedirectBased | Authentication uses an HTTP 302 redirect URL for client logon. | |
| Other | Authentication uses an unspecified authentication type. |
The enumeration defines the type of client authentication that the T:System.Web.Management.Client.Extensions.AuthenticationFeature object uses.
Show: