'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.