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