ICredentialsByHost.GetCredential(String, Int32, String) Metoda

Definice

Vrátí přihlašovací údaje pro zadaného hostitele, port a ověřovací protokol.

public:
 System::Net::NetworkCredential ^ GetCredential(System::String ^ host, int port, System::String ^ authenticationType);
public System.Net.NetworkCredential GetCredential (string host, int port, string authenticationType);
public System.Net.NetworkCredential? GetCredential (string host, int port, string authenticationType);
abstract member GetCredential : string * int * string -> System.Net.NetworkCredential
Public Function GetCredential (host As String, port As Integer, authenticationType As String) As NetworkCredential

Parametry

host
String

Hostitelský počítač, který ověřuje klienta.

port
Int32

Port, se host kterým bude klient komunikovat.

authenticationType
String

Ověřovací protokol.

Návraty

A NetworkCredential pro zadaného hostitele, port a ověřovací protokol nebo null pokud pro zadaného hostitele, port a ověřovací protokol nejsou k dispozici žádné přihlašovací údaje.

Poznámky

Hodnota odpovídá authTypeIAuthenticationModule.AuthenticationType vlastnosti .

Platí pro