Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

AuthenticationTypes Class

.NET Framework (current version)
 

Defines authentication types for the AuthenticationType property.

Namespace:   System.Security.Claims
Assembly:  System.IdentityModel (in System.IdentityModel.dll)

System::Object
  System.Security.Claims::AuthenticationTypes

public ref class AuthenticationTypes abstract sealed 

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticBasic

Basic Authentication.

System_CAPS_pubfieldSystem_CAPS_staticFederation

Federated Authentication.

System_CAPS_pubfieldSystem_CAPS_staticKerberos

Kerberos authentication.

System_CAPS_pubfieldSystem_CAPS_staticNegotiate

Negotiated authentication.

System_CAPS_pubfieldSystem_CAPS_staticPassword

Username and password authenticiation.

System_CAPS_pubfieldSystem_CAPS_staticSignature

Authentication using a digital signature.

System_CAPS_pubfieldSystem_CAPS_staticWindows

Windows authentication.

System_CAPS_pubfieldSystem_CAPS_staticX509

Authentication using an X.509 certificate.

.NET Framework
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.

Return to top
Show:
© 2017 Microsoft