Share via


IFtpAuthorizationProvider Interface (Managed)

 

Provides an interface for authorization checks.

Syntax

public interface IFtpAuthorizationProvider  
Public Interface IFtpAuthorizationProvider  

Methods

The following table lists the methods exposed by the IFtpAuthorizationProvider interface.

Method Name Definition
GetUserAccessPermission Determines the access level for a user.

Example

For an example, see Create an FTP Authentication and Authorization Provider using an XML Database.

Requirements

Type Description
Client - IIS 8.0 on Windows 8
- IIS 10.0 on Windows 10
Server - IIS 8.0 on Windows Server 2012
- IIS 8.5 on Windows Server 2012 R2
- IIS 10.0 on Windows Server 2016 Technical Preview
Product - IIS 8.0, IIS 8.5, IIS 10.0
Reference Microsoft.Web.FtpServer.dll

See Also

IFtpAuthenticationProvider Interface

IFtpRoleProvider Interface