1 write to AuthenticationTypes
NuGet.Protocol (1)
Plugins\Messages\GetAuthenticationCredentialsResponse.cs (1)
71AuthenticationTypes = authenticationTypes;
5 references to AuthenticationTypes
NuGet.Credentials (1)
SecurePluginCredentialProvider.cs (1)
213credentialResponse.AuthenticationTypes ?? Enumerable.Empty<string>());
NuGet.Protocol (4)
_generated\53\PluginJsonContext.GetAuthenticationCredentialsResponse.g.cs (2)
120Getter = static obj => ((global::NuGet.Protocol.Plugins.GetAuthenticationCredentialsResponse)obj).AuthenticationTypes, 183global::System.Collections.Generic.IList<string> __value_AuthenticationTypes = ((global::NuGet.Protocol.Plugins.GetAuthenticationCredentialsResponse)value).AuthenticationTypes;
Plugins\Messages\GetAuthenticationCredentialsResponse.cs (2)
83&& (AuthenticationTypes == null || AuthenticationTypes.Any());