QuickOPC User's Guide and Reference
WithKerberosIdentity(UAEndpointDescriptor,NetworkCredential2) Method



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Extensions Namespace > UAEndpointDescriptorExtension Class > WithKerberosIdentity Method : WithKerberosIdentity(UAEndpointDescriptor,NetworkCredential2) Method
The OPC UA endpoint descriptor.
The network credential.
Creates a copy of an endpoint descriptor, with user identity specified by Kerberos.
Syntax
'Declaration
 
<ExtensionAttribute()>
<NotNullAttribute()>
Public Overloads Shared Function WithKerberosIdentity( _
   ByVal endpointDescriptor As UAEndpointDescriptor, _
   ByVal networkCredential As NetworkCredential2 _
) As UAEndpointDescriptor
'Usage
 
Dim endpointDescriptor As UAEndpointDescriptor
Dim networkCredential As NetworkCredential2
Dim value As UAEndpointDescriptor
 
value = UAEndpointDescriptorExtension.WithKerberosIdentity(endpointDescriptor, networkCredential)

Parameters

endpointDescriptor
The OPC UA endpoint descriptor.
networkCredential
The network credential.
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