QuickOPC User's Guide and Reference
AnonymousTokenInfo Constructor(Boolean)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.IdentityModel.User Namespace > AnonymousTokenInfo Class > AnonymousTokenInfo Constructor : AnonymousTokenInfo Constructor(Boolean)
Determines whether the anonymous token info is configured and can be used as user identity.
Initializes a new instance of the class.
Syntax
'Declaration
 
Public Function New( _
   ByVal isEnabled As Boolean _
)
'Usage
 
Dim isEnabled As Boolean
 
Dim instance As New AnonymousTokenInfo(isEnabled)
public AnonymousTokenInfo( 
   bool isEnabled
)
public:
AnonymousTokenInfo( 
   bool isEnabled
)

Parameters

isEnabled
Determines whether the anonymous token info is configured and can be used as user identity.
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