1 write to Claims
NuGet.Protocol (1)
Plugins\PluginCreationResult.cs (1)
80Claims = claims;
4 references to Claims
NuGet.Credentials (1)
SecurePluginCredentialProvider.cs (1)
116_isAnAuthenticationPlugin = creationResult.Claims.Contains(OperationClaim.Authentication);
NuGet.Protocol (3)
Plugins\PluginCreationResult.cs (2)
43/// and <see cref="Claims" /> are guaranteed to be non-<see langword="null" />. 48[MemberNotNullWhen(true, nameof(Claims))]
Resources\PluginResource.cs (1)
78if (result.Claims.Contains(requiredClaim))