C# Class NuGet.Server.Infrastructure.PackageAuthenticationService

Inheritance: IPackageAuthenticationService
Afficher le fichier Open project: xero-github/Nuget

Méthodes publiques

Méthode Description
IsAuthenticated ( IPrincipal user, string apiKey, string packageId ) : bool

Method Details

IsAuthenticated() public méthode

public IsAuthenticated ( IPrincipal user, string apiKey, string packageId ) : bool
user IPrincipal
apiKey string
packageId string
Résultat bool