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