QuickOPC User's Guide and Reference
TokenInfoPolicy Constructor(String,String,String)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.IdentityModel.User Namespace > TokenInfoPolicy Class > TokenInfoPolicy Constructor : TokenInfoPolicy Constructor(String,String,String)
URI string of the token profile.
URI string of the security policy.
The name of the service principal.
Initializes a new instance of the class.
Syntax
'Declaration
 
Public Function New( _
   ByVal tokenProfileUriString As String, _
   ByVal securityPolicyUriString As String, _
   ByVal servicePrincipalName As String _
)
'Usage
 
Dim tokenProfileUriString As String
Dim securityPolicyUriString As String
Dim servicePrincipalName As String
 
Dim instance As New TokenInfoPolicy(tokenProfileUriString, securityPolicyUriString, servicePrincipalName)

Parameters

tokenProfileUriString
URI string of the token profile.
securityPolicyUriString
URI string of the security policy.
servicePrincipalName
The name of the service principal.
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