'Declaration
<ExtensionAttribute()> <NotNullAttribute()> Public Overloads Shared Function WithKerberosIdentity( _ ByVal endpointDescriptor As UAEndpointDescriptor, _ ByVal userName As String, _ ByVal password As String _ ) As UAEndpointDescriptor
'Usage
Dim endpointDescriptor As UAEndpointDescriptor Dim userName As String Dim password As String Dim value As UAEndpointDescriptor value = UAEndpointDescriptorExtension.WithKerberosIdentity(endpointDescriptor, userName, password)
[Extension()] [NotNull()] public static UAEndpointDescriptor WithKerberosIdentity( UAEndpointDescriptor endpointDescriptor, string userName, string password )
[Extension()] [NotNull()] public: static UAEndpointDescriptor^ WithKerberosIdentity( UAEndpointDescriptor^ endpointDescriptor, String^ userName, String^ password )
Parameters
- endpointDescriptor
- The OPC UA endpoint descriptor.
- userName
- The username associated with the credentials.
- password
- The password for the username associated with the credentials.