OPC Studio User's Guide and Reference
TokenInfoPolicy Constructor(String)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.IdentityModel.User Namespace > TokenInfoPolicy Class > TokenInfoPolicy Constructor : TokenInfoPolicy Constructor(String)
URI string of the token profile.

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

Initializes a new instance of the class, specifying token profile URI string.
Syntax
'Declaration
 
Public Function New( _
   ByVal tokenProfileUriString As String _
)
'Usage
 
Dim tokenProfileUriString As String
 
Dim instance As New TokenInfoPolicy(tokenProfileUriString)
public TokenInfoPolicy( 
   string tokenProfileUriString
)
public:
TokenInfoPolicy( 
   String^ tokenProfileUriString
)

Parameters

tokenProfileUriString
URI string of the token profile.

The value of this parameter cannot be 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