1 write to AuthenticationTypes
NuGet.Protocol (1)
Plugins\Messages\GetAuthenticationCredentialsResponse.cs (1)
71AuthenticationTypes = authenticationTypes;
3 references to AuthenticationTypes
NuGet.Credentials (1)
SecurePluginCredentialProvider.cs (1)
213credentialResponse.AuthenticationTypes ?? Enumerable.Empty<string>());
NuGet.Protocol (2)
Plugins\Messages\GetAuthenticationCredentialsResponse.cs (2)
83&& (AuthenticationTypes == null || AuthenticationTypes.Any());