Click or drag to resize

NullAuthenticationSession Class

The AuthenticationSession that is used when no special authentication is needed.
Inheritance Hierarchy
SystemObject
  Atalasoft.Imaging.WebControls.Capture.AuthenticationAuthenticationSession
    Atalasoft.Imaging.WebControls.Capture.AuthenticationNullAuthenticationSession

Namespace:  Atalasoft.Imaging.WebControls.Capture.Authentication
Assembly:  Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public class NullAuthenticationSession : AuthenticationSession

The NullAuthenticationSession type exposes the following members.

Constructors
  NameDescription
Public methodNullAuthenticationSession
Initializes a new instance of the NullAuthenticationSession class
Top
Methods
  NameDescription
Public methodEnter Obsolete.
Performs no actions.
(Overrides AuthenticationSessionEnter.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLeave Obsolete.
Performs no actions.
(Overrides AuthenticationSessionLeave.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks
This should not be confused with ASP.NET's anonymous authentication. When this object is used by a handler, the current authentication level and credentials currently in effect in ASP.NET will be used.
See Also