Udostępnij za pośrednictwem


IChannelCredentials.SetWindowsCredential Metoda

Definicja

Ustawia poświadczenia systemu Windows.

public:
 void SetWindowsCredential(System::String ^ domain, System::String ^ userName, System::String ^ password, int impersonationLevel, bool allowNtlm);
public void SetWindowsCredential (string domain, string userName, string password, int impersonationLevel, bool allowNtlm);
abstract member SetWindowsCredential : string * string * string * int * bool -> unit
Public Sub SetWindowsCredential (domain As String, userName As String, password As String, impersonationLevel As Integer, allowNtlm As Boolean)

Parametry

domain
String

Domeny.

userName
String

Nazwa użytkownika.

password
String

Hasło.

impersonationLevel
Int32

Poziom personifikacji.

allowNtlm
Boolean

Zezwalaj na schemat uwierzytelniania NTLM.

Dotyczy