Click or drag to resize
AuthenticationMode Class
Specifies the ASP.NET authentication scheme that is used to identify users.
Inheritance Hierarchy
SystemObject
  CMS.MembershipAuthenticationMode

Namespace: CMS.Membership
Assembly: CMS.AspNet.Platform (in CMS.AspNet.Platform.dll) Version: 12.0.0
Syntax
C#
public static class AuthenticationMode

The AuthenticationMode type exposes the following members.

Methods
  NameDescription
Public methodStatic memberIsFormsAuthentication
Returns true if the authentication mode is Forms authentication.
Public methodStatic memberIsMixedAuthentication
If true, mixed authentication is used.
Public methodStatic memberIsWindowsAuthentication
Returns true if the authentication mode is Windows authentication.
Top
See Also