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 sealed class SecurityProfile |
Visual Basic (Declaration) | Copy Code |
---|---|
Public NotInheritable Class SecurityProfile |
The type exposes the following methods.
Public Methods
Name | Description | |
---|---|---|
CheckLicense |
Checks the licenses.
|
|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetProfile |
Gets the SecurityProfile for the given IUserProfile
|
|
GetType | (Inherited from Object.) | |
Impersonate |
Impersonates the current thread as the user defined in this security profile.
|
|
ToString |
Returns a string representing this SecurityProfile (Overrides Object..::ToString()()()().) |
|
UndoImpersonation |
Undo the previous impersonation
|
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
See Also
Smartsite.Security Namespace