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 和身份验证类型的凭据。

另见