System::Net::ICredentialsByHost::GetCredential 方法

ICredentialsByHost::GetCredential method

RTTI 信息。

virtual System::SharedPtr<NetworkCredential> System::Net::ICredentialsByHost::GetCredential(String host, int32_t port, String authenticationType)=0
参数类型描述
hostString对客户端进行身份验证的主机。
portint32_t主机端口号。
authenticationTypeString身份验证类型。

备注

返回指定主机和身份验证类型的凭据。

另见