AuthenticationTypes Class
.NET Framework (current version)
Defines authentication types for the AuthenticationType property.
Assembly: System.IdentityModel (in System.IdentityModel.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Basic | Basic Authentication. |
![]() ![]() | Federation | Federated Authentication. |
![]() ![]() | Kerberos | Kerberos authentication. |
![]() ![]() | Negotiate | Negotiated authentication. |
![]() ![]() | Password | Username and password authenticiation. |
![]() ![]() | Signature | Authentication using a digital signature. |
![]() ![]() | Windows | Windows authentication. |
![]() ![]() | X509 | Authentication using an X.509 certificate. |
.NET Framework
Available since 4.5
Available since 4.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

