AFSecurityRightsExtension Class
- Last UpdatedNov 18, 2025
- 3 minute read
- PI System
- AF SDK 2024 R2
- Developer
Static class provides extension methods for AFSecurityRights enumeration.
Inheritance Hierarchy
SystemObject
OSIsoft.AFAFSecurityRightsExtension
OSIsoft.AFAFSecurityRightsExtension
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public static class AFSecurityRightsExtension
<ExtensionAttribute> Public NotInheritable Class AFSecurityRightsExtension
[ExtensionAttribute] public ref class AFSecurityRightsExtension abstract sealed
[<AbstractClassAttribute>] [<SealedAttribute>] [<ExtensionAttribute>] type AFSecurityRightsExtension = class end
The AFSecurityRightsExtension type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| CanAnnotate |
This extension method determines if the current user has
Annotate rights on the object.
| |
| CanDelete |
This extension method determines if the current user has
Delete rights on the object.
| |
| CanExecute |
This extension method determines if the current user has
Execute rights on the object.
| |
| CanRead |
This extension method determines if the current user has
Read access to the object.
| |
| CanReadData |
This extension method determines if the current user has
ReadData access to the object.
| |
| CanSubscribe |
This extension method determines if the current user has
Subscribe rights on the object.
| |
| CanSubscribeOthers |
This extension method determines if the current user has
SubscribeOthers rights on the object.
| |
| CanWrite |
This extension method determines if the current user has
Write access to the object.
| |
| CanWriteData |
This extension method determines if the current user has
WriteData access to the object.
| |
| HasAdmin |
This extension method determines if the current user has
Admin rights on the object.
|