ICredentialsByHost.GetCredential(String, Int32, String) メソッド

定義

指定したホスト、ポート、認証プロトコル用の資格情報を返します。

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

パラメーター

host
String

クライアントを認証しているホスト コンピューター。

port
Int32

クライアントが通信を行う host 上のポート。

authenticationType
String

認証プロトコル。

戻り値

指定したホスト、ポート、認証プロトコル用の NetworkCredential。指定したホスト、ポート、認証プロトコル用に使用できる資格情報がない場合は null

注釈

authType 値は、 プロパティに IAuthenticationModule.AuthenticationType 対応します。

適用対象