Connectivity Software User's Guide and Reference
GetKeyForItem Method (TokenInfoCollection)



OpcLabs.BaseLibPrimitives Assembly > OpcLabs.BaseLib.IdentityModel.Subject Namespace > TokenInfoCollection Class : GetKeyForItem Method

The value of this parameter cannot be null (Nothing in Visual Basic).

Syntax
'Declaration
 
<JetBrains.Annotations.NotNullAttribute()>
Protected Overrides NotOverridable Function GetKeyForItem( _
   ByVal tokenInfo As TokenInfo _
) As String
'Usage
 
Dim instance As TokenInfoCollection
Dim tokenInfo As TokenInfo
Dim value As String
 
value = instance.GetKeyForItem(tokenInfo)
[JetBrains.Annotations.NotNull()]
protected override string GetKeyForItem( 
   TokenInfo tokenInfo
)
[JetBrains.Annotations.NotNull()]
protected:
String^ GetKeyForItem( 
   TokenInfo^ tokenInfo
) override 

Parameters

tokenInfo

The value of this parameter cannot be null (Nothing in Visual Basic).

Return Value

This method never returns null (Nothing in Visual Basic).

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also

Reference

TokenInfoCollection Class
TokenInfoCollection Members
Base Implementation in GetKeyForItem