Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

ConnectedIdentity Constructor (IEnumerable(Claim))

  • Last UpdatedNov 18, 2025
  • 2 minute read
ConnectedIdentity Constructor (IEnumerable(Claim))
Takes a list of Claim and creates a ClaimsIdentity. Provides claim information for the Name, Id and Roles list based off the specified Claim list.

Namespace:  OSIsoft.AF.Support
Assembly:  OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182

Syntax

public ConnectedIdentity(
	IEnumerable<Claim> claims
)
Public Sub New ( 
	claims As IEnumerable(Of Claim)
)

Dim claims As IEnumerable(Of Claim)

Dim instance As New ConnectedIdentity(claims)
public:
ConnectedIdentity(
	IEnumerable<Claim^>^ claims
)
new : 
        claims : IEnumerable<Claim> -> ConnectedIdentity

Parameters

claims
Type: System.Collections.GenericIEnumerableClaim
IEnumerableT to be used for initializing the ClaimsIdentity

Version Information

AFSDK

Supported in: 3.1.1, 3.1.0, 3.0.2, 3.0.1, 3.0.0

See Also

In This Topic
TitleResults for “How to create a CRG?”Also Available in