This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class BasicAuthenticationModule
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class BasicAuthenticationModule

The type exposes the following methods.

Public Methods

  Name Description
Public method Dispose
Disposes of the resources (other than memory) used by the module that implements IHttpModule.
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Init
Initializes a module and prepares it to handle requests.
Public method Static member IsBasicAuthenticationRequest
Determines whether the request needs basic authentication
Public method ToString (Inherited from Object.)

Protected Methods

  Name Description
Protected method Allow
Raises the Authenticate event and then allows access to the authenticated identity by installing it as the user making the current request.
Protected method Deny
Emits an access denial respone to the client.
Protected method Finalize (Inherited from Object.)
Protected method GetRealm
Gets the realm to issue in the challenge.
Protected method IssueChallenge
Issues the Basic challenge to the client.
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnAuthenticate
Raises the Authenticate event.
Protected method ShouldChallenge
Determines whether to issue the challenge or not.

See Also

Advanced