Creates a copy of an endpoint descriptor, with user identity specified by Kerberos.
Overload List
| Overload | Description |
| WithKerberosIdentity(UAEndpointDescriptor) | 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. |
| WithKerberosIdentity(UAEndpointDescriptor,NetworkCredential2) | Creates a copy of an endpoint descriptor, with user identity specified by Kerberos, and using the specified network credential. |
| WithKerberosIdentity(UAEndpointDescriptor,String,String) | Creates a copy of an endpoint descriptor, with user identity specified by Kerberos, and using the specified username and password. |
| WithKerberosIdentity(UAEndpointDescriptor,String,String,String) | Creates a copy of an endpoint descriptor, with user identity specified by Kerberos, and using the specified username, password and domain. |
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