IChannelCredentials.SetUserNameCredential(String, String) Method

Definition

Sets the user name credentials.

public:
 void SetUserNameCredential(System::String ^ userName, System::String ^ password);
public void SetUserNameCredential (string userName, string password);
abstract member SetUserNameCredential : string * string -> unit
Public Sub SetUserNameCredential (userName As String, password As String)

Parameters

userName
String

User name.

password
String

Password.

Applies to