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

CredentialCache::GetCredential(String, int32_t, String) method

指定されたホスト名、ポート、および認証タイプの資格情報を返します。

System::SharedPtr<NetworkCredential> System::Net::CredentialCache::GetCredential(String host, int32_t port, String authenticationType) override
パラメーター説明
hostString資格情報が関連付けられるホスト名。
ポートint32_tポート番号です。
authenticationTypeString認証タイプ。

参照

CredentialCache::GetCredential(System::SharedPtr<Uri>, String) method

指定された URI プレフィックスと認証タイプに対する認証情報を返します。

System::SharedPtr<NetworkCredential> System::Net::CredentialCache::GetCredential(System::SharedPtr<Uri> uriPrefix, String authenticationType) override
パラメーター説明
uriPrefixSystem::SharedPtr<Uri>URI プレフィックス。
authenticationTypeString認証タイプ。

参照