System::Net::ICredentials::GetCredential メソッド

ICredentials::GetCredential method

RTTI 情報。

virtual System::SharedPtr<NetworkCredential> System::Net::ICredentials::GetCredential(System::SharedPtr<Uri> uri, String authType)=0
パラメーター説明
uriSystem::SharedPtr<Uri>認証タイプがクライアントによって提供される URI。
authTypeString認証タイプ。

備考

指定された URI と認証タイプの資格情報を返します。

参照