AFClientRegistration Class
- Last UpdatedNov 18, 2025
- 3 minute read
- PI System
- AF SDK 2024 R2
- Developer
AF client registration for OIDC authentication
Inheritance Hierarchy
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public class AFClientRegistration : AFOidcIdentity
Public Class AFClientRegistration Inherits AFOidcIdentity Dim instance As AFClientRegistration
public ref class AFClientRegistration : public AFOidcIdentity
type AFClientRegistration = class inherit AFOidcIdentity end
The AFClientRegistration type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ClientId |
Client ID
| |
| ClientName |
Client Name
| |
| Description |
The description for the Oidc object
(Inherited from AFOidcIdentity.) | |
| Id |
Unique identifier for the Oidc object
(Inherited from AFOidcIdentity.) | |
| Name |
The friendly name for the Oidc object
(Inherited from AFOidcIdentity.) |
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.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |