AFSecurityEntry Structure
- Last UpdatedNov 18, 2025
- 3 minute read
- PI System
- AF SDK 2024 R2
- Developer
A security entry returned by the GetSecurityEntries method.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public struct AFSecurityEntry : IEquatable<AFSecurityEntry>
Public Structure AFSecurityEntry Implements IEquatable(Of AFSecurityEntry) Dim instance As AFSecurityEntry
public value class AFSecurityEntry : IEquatable<AFSecurityEntry>
[<SealedAttribute>] type AFSecurityEntry = struct interface IEquatable<AFSecurityEntry> end
The AFSecurityEntry type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AllowAccess |
Indicates if this security entry allows or denies access.
| |
| Identity |
The AFSecurityIdentity for the security entry.
| |
| Name |
The display name for the security entry.
| |
| Rights |
The AFSecurityRights associated with the security entry.
|
Methods
| Name | Description | |
|---|---|---|
| Equals(Object) |
Determines whether the specified Object is equal to the current object.
(Overrides ValueTypeEquals(Object).) | |
| Equals(AFSecurityEntry) |
Indicates whether the current object is equal to another object of the same type.
| |
| GetHashCode |
Gets the hash code for this instance of the object which is suitable for use in hashing
algorithms and data structures like a hash table.
(Overrides ValueTypeGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString |
Returns a String that represents the current object.
(Overrides ValueTypeToString.) |
Operators
| Name | Description | |
|---|---|---|
| Equality |
The equality operator (==) compares its operands to determine if they are equal.
| |
| Inequality |
The inequality operator (!=) compares its operands to determine if they are not equal.
|
Remarks
This is a security entry returned by the GetSecurityEntries method
that represents each entry in the security string for the object.