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 Code |
---|---|
public class BasicAuthenticationModule |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class BasicAuthenticationModule |
The type exposes the following methods.
Public Methods
Name | Description | |
---|---|---|
Dispose |
Disposes of the resources (other than memory) used by the module that implements IHttpModule.
|
|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Init |
Initializes a module and prepares it to handle requests.
|
|
IsBasicAuthenticationRequest |
Determines whether the request needs basic authentication
|
|
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Allow |
Raises the Authenticate event and then allows access to the
authenticated identity by installing it as the user making the
current request.
|
|
Deny |
Emits an access denial respone to the client.
|
|
Finalize | (Inherited from Object.) | |
GetRealm |
Gets the realm to issue in the challenge.
|
|
IssueChallenge |
Issues the Basic challenge to the client.
|
|
MemberwiseClone | (Inherited from Object.) | |
OnAuthenticate |
Raises the Authenticate event.
|
|
ShouldChallenge |
Determines whether to issue the challenge or not.
|