System::Net::ICredentialsByHost::GetCredential methode

ICredentialsByHost::GetCredential method

RTTI-informatie.

virtual System::SharedPtr<NetworkCredential> System::Net::ICredentialsByHost::GetCredential(String host, int32_t port, String authenticationType)=0
ParameterTypeBeschrijving
hostStringDe host die de client authenticeert.
portint32_tHet poortnummer van de host.
authenticationTypeStringHet authenticatietype.

Opmerkingen

Retourneert referenties voor de opgegeven host en authenticatietype.

Zie ook