QuickOPC 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.
Initializes a new instance of the class.
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.
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