Initializes a new instance of the class.
Syntax
'Declaration
Public Function New( _
ByVal As Boolean _
)
'Usage
Dim isEnabled As Boolean
Dim instance As New AnonymousTokenInfo(isEnabled)
public AnonymousTokenInfo(
bool
)
public:
AnonymousTokenInfo(
bool
)
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