System::Net::ICredentialsByHost::GetCredential method

ICredentialsByHost::GetCredential method

RTTI information.

virtual System::SharedPtr<NetworkCredential> System::Net::ICredentialsByHost::GetCredential(String host, int32_t port, String authenticationType)=0
ParameterTypeDescription
hostStringThe host that authenticates the client.
portint32_tThe host port number.
authenticationTypeStringThe authentication type.

Remarks

Returns credentials for the specified host and authentication type.

See Also