3 implementations of GetAsync
NuGet.Credentials (3)
DefaultNetworkCredentialsCredentialProvider.cs (1)
41
public Task<CredentialResponse>
GetAsync
(
PluginCredentialProvider.cs (1)
91
public Task<CredentialResponse>
GetAsync
(
SecurePluginCredentialProvider.cs (1)
85
public async Task<CredentialResponse>
GetAsync
(Uri uri, IWebProxy proxy, CredentialRequestType type, string message, bool isRetry, bool nonInteractive, CancellationToken cancellationToken)
1 reference to GetAsync
NuGet.Credentials (1)
CredentialService.cs (1)
108
response = await provider.
GetAsync
(