Connectivity Software User's Guide and Reference
Keys Property (TokenInfoCollection)



OpcLabs.BaseLibPrimitives Assembly > OpcLabs.BaseLib.IdentityModel.Subject Namespace > TokenInfoCollection Class : Keys Property
A collection of token profiles that are keys to the token infos in the dictionary.
Syntax
'Declaration
 
<JetBrains.Annotations.CanBeNullAttribute()>
<JetBrains.Annotations.ItemNotNullAttribute()>
<XmlIgnoreAttribute()>
Public ReadOnly Property Keys As ICollection(Of String)
'Usage
 
Dim instance As TokenInfoCollection
Dim value As ICollection(Of String)
 
value = instance.Keys
[JetBrains.Annotations.CanBeNull()]
[JetBrains.Annotations.ItemNotNull()]
[XmlIgnore()]
public ICollection<string> Keys {get;}
[JetBrains.Annotations.CanBeNull()]
[JetBrains.Annotations.ItemNotNull()]
[XmlIgnore()]
public:
property ICollection<String^>^ Keys {
   ICollection<String^>^ get();
}

Property Value

The value of this property can be null (Nothing in Visual Basic).

The individual elements of the property value cannot be null (Nothing in Visual Basic).

The default value of this property is null.

Returns a collection of keys. Returns null reference if the collection has not been yet allocated.
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