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



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

Parameters

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