|
|
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# |
|
|---|---|
public class RegistryAccessAclRule
|
|
| Visual Basic (Declaration) |
|
|---|---|
Public Class RegistryAccessAclRule
|
|
The type exposes the following methods.
Public Methods
| Name | Description | |
|---|---|---|
|
|
Equals |
Tests if these the object equals this instance.
(Overrides Object..::Equals(Object).) |
|
|
GetHashCode |
Gets the hash code for this instance.
(Overrides Object..::GetHashCode()()()().) |
|
|
GetType | (Inherited from Object.) |
|
|
IsEffective |
Tests if the right to access the registry is effective.
(Overrides AclRule..::IsEffective()()()().) |
|
|
IsSettable |
Returns true if this rule is settable. Returns true if the rule cannot be set. This will be true in most cases.
(Inherited from AclRule.) |
|
|
MakeEffective |
Makes the right to access the registry effective.
(Overrides AclRule..::MakeEffective(String%).) |
|
|
ToString | Overloaded. |
|
|
Validate |
Validates if the rule if effective by reading/writing from the secured object.
(Overrides AclRule..::Validate(String%).) |
Protected Methods
| Name | Description | |
|---|---|---|
|
|
Finalize | (Inherited from Object.) |
|
|
MemberwiseClone | (Inherited from Object.) |
See Also
Smartsite.Base.Acl Namespace