OPC Studio User's Guide and Reference
KerberosTokenInfo Constructor(NetworkSecurity)



View with Navigation Tools
OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.IdentityModel.User Namespace > KerberosTokenInfo Class > KerberosTokenInfo Constructor : KerberosTokenInfo Constructor(NetworkSecurity)
Security settings representing the identity of the token info.

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

Initializes a new instance of the class, specifying network security settings.
Syntax
'Declaration
 
Public Function New( _
   ByVal networkSecurity As NetworkSecurity _
)
 
'Usage
 
Dim networkSecurity As NetworkSecurity
 
Dim instance As New KerberosTokenInfo(networkSecurity)

Parameters

networkSecurity
Security settings representing the identity of the token info.

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