Overload | Description |
---|---|
WithKerberosIdentity(UAEndpointDescriptor) | 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. |