PIDatabaseSecurity Methods
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
The PIDatabaseSecurity type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetSecurityRights(String) |
This method parses the SecurityString into a collection of AFSecurityRights where
the key is the name of a PI identity, user, or group.
| |
| GetSecurityRights(String, String, String) |
This method convert the legacy Access Permission model (prior to PI 3.4.380) into a collection of AFSecurityRights where the key is
the name of a PI identity, user, or group.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Refresh |
Refresh the collection by loading from the PIServer.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |