System::Net::CredentialCache::GetCredential methode

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

Retourneert referenties voor de opgegeven hostnaam, poort en authenticatietype.

System::SharedPtr<NetworkCredential> System::Net::CredentialCache::GetCredential(String host, int32_t port, String authenticationType) override
ParameterTypeBeschrijving
hostStringDe hostnaam waaraan de referenties zijn gekoppeld.
portint32_tHet poortnummer.
authenticationTypeStringHet authenticatietype.

Zie ook

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

Retourneert referenties voor het opgegeven URI-voorvoegsel en authenticatietype.

System::SharedPtr<NetworkCredential> System::Net::CredentialCache::GetCredential(System::SharedPtr<Uri> uriPrefix, String authenticationType) override
ParameterTypeBeschrijving
uriPrefixSystem::SharedPtr<Uri>Het URI-voorvoegsel.
authenticationTypeStringEen authenticatietype.

Zie ook