QuickOPC User's Guide and Reference
KerberosTokenInfo Constructor(NetworkSecurity)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.IdentityModel.User Namespace > KerberosTokenInfo Class > KerberosTokenInfo Constructor : KerberosTokenInfo Constructor(NetworkSecurity)
Security settings representing the identity of the token info.
Initializes a new instance of the class.
Syntax
'Declaration
 
Public Function New( _
   ByVal networkSecurity As NetworkSecurity _
)
'Usage
 
Dim networkSecurity As NetworkSecurity
 
Dim instance As New KerberosTokenInfo(networkSecurity)
public KerberosTokenInfo( 
   NetworkSecurity networkSecurity
)
public:
KerberosTokenInfo( 
   NetworkSecurity^ networkSecurity
)

Parameters

networkSecurity
Security settings representing the identity of the token info.
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