System::Net::ICredentials::GetCredential methode

ICredentials::GetCredential method

RTTI-informatie.

virtual System::SharedPtr<NetworkCredential> System::Net::ICredentials::GetCredential(System::SharedPtr<Uri> uri, String authType)=0
ParameterTypeBeschrijving
uriSystem::SharedPtr<Uri>De URI waarvoor het authenticatietype door een client wordt geleverd.
authTypeStringHet authenticatietype.

Opmerkingen

Retourneert referenties voor de opgegeven URI en authenticatietype.

Zie ook