IAFSecurable Interface
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This interface defines the properties and methods for objects which support security.

Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public interface IAFSecurable
Public Interface IAFSecurable Dim instance As IAFSecurable
public interface class IAFSecurable
type IAFSecurable = interface end
The IAFSecurable type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Security |
This read-only property returns the AFSecurity information for the object.
|
Methods
| Name | Description | |
|---|---|---|
| GetSecurity |
Gets the AFSecurity information of the specified security item
associated with the object.
|
Remarks
If an object supports security, it can be protected to have read/write, read-only, or
prevent access to specific users.