C# Class NuGet.Server.Infrastructure.PackageAuthenticationService

Inheritance: IPackageAuthenticationService
显示文件 Open project: xero-github/Nuget

Public Methods

Method Description
IsAuthenticated ( IPrincipal user, string apiKey, string packageId ) : bool

Method Details

IsAuthenticated() public method

public IsAuthenticated ( IPrincipal user, string apiKey, string packageId ) : bool
user IPrincipal
apiKey string
packageId string
return bool