OPC Studio User's Guide and Reference
_TokenInfoCollection Interface
Members 



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.IdentityModel.User.ComTypes Namespace : _TokenInfoCollection Interface
Exposes OpcLabs.BaseLib.IdentityModel.TokenInfoCollection to COM clients.

This interface represents a keyed collection, where the keys are of type System.String and the values are of type OpcLabs.BaseLib.IdentityModel.User.TokenInfo.

Object Model
_TokenInfoCollection Interface_TokenInfo Interface
Syntax
'Declaration
 
<DefaultMemberAttribute("Item")>
<CLSCompliantAttribute(False)>
<ComVisibleAttribute(True)>
<GuidAttribute("878CF36E-DB33-4AB4-BF3C-F414E4E6B9DF")>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)>
Public Interface _TokenInfoCollection 
'Usage
 
Dim instance As _TokenInfoCollection
[DefaultMember("Item")]
[CLSCompliant(false)]
[ComVisible(true)]
[Guid("878CF36E-DB33-4AB4-BF3C-F414E4E6B9DF")]
[InterfaceType(ComInterfaceType.InterfaceIsDual)]
public interface _TokenInfoCollection 
[DefaultMember("Item")]
[CLSCompliant(false)]
[ComVisible(true)]
[Guid("878CF36E-DB33-4AB4-BF3C-F414E4E6B9DF")]
[InterfaceType(ComInterfaceType.InterfaceIsDual)]
public interface class _TokenInfoCollection 
Remarks

This member or type is for use from COM. It is not meant to be used from .NET or Python. Refer to the corresponding .NET member or type instead, if you are developing in .NET or Python.

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