2 references to Authentication
NuGet.Credentials (2)
SecurePluginCredentialProvider.cs (2)
94
Tuple<bool, PluginCreationResult> result = await _pluginManager.TryGetSourceAgnosticPluginAsync(_discoveredPlugin, OperationClaim.
Authentication
, cancellationToken);
116
_isAnAuthenticationPlugin = creationResult.Claims.Contains(OperationClaim.
Authentication
);