CredentialAuthenticationSession Class |
Namespace: Atalasoft.Imaging.WebControls.Capture.Authentication
The CredentialAuthenticationSession type exposes the following members.
| Name | Description | |
|---|---|---|
| CredentialAuthenticationSession |
Creates a new AuthenticationSession to impersonate a user with the given domain, username, and password.
|
| Name | Description | |
|---|---|---|
| IsInContext |
Indicates whether the impersonated user context is active or not.
|
| Name | Description | |
|---|---|---|
| Enter | Obsolete.
Changes the effective user identity in the current execution context to match the user that was
used to construct this AuthenticationSession.
This method does not work for .NET 5 and greater.
(Overrides AuthenticationSessionEnter.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Leave | Obsolete.
Restores the effective user identity to its previous state.
(Overrides AuthenticationSessionLeave.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |