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 SecuritySystemBase |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class SecuritySystemBase |
The type exposes the following members.
Public Constructors
Name | Description | |
---|---|---|
SecuritySystemBase | Overloaded. |
Public Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
OnSecurityChange |
Raises the Security changed event.
|
|
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Public Properties
Name | Description | |
---|---|---|
Current |
Gets the current SecuritySystem.
|
|
Groups |
Gets the user groups.
|
|
PasswordWallet |
Gets the password wallet.
|
|
Roles |
Gets the user roles.
|
|
Users |
Gets the users.
|
Public Events
Name | Description | |
---|---|---|
SecurityChanged |
Raised when a user, user role, user group or any other security aspect changes.
|
See Also
Smartsite.Security Namespace