C# Class avt.DynamicFlashRotator.Net.Services.Authentication.AllowIps

Inheritance: IAdminAuthentication
Afficher le fichier Open project: dnnsharp/DynamicRotator

Méthodes publiques

Méthode Description
AllowIps ( ) : System
AllowIps ( string ips, string controlId ) : System
HasAccess ( ) : bool
Init ( string authToken, string controlId ) : void

Private Methods

Méthode Description
UserIpAddress ( ) : string

Method Details

AllowIps() public méthode

public AllowIps ( ) : System
Résultat System

AllowIps() public méthode

public AllowIps ( string ips, string controlId ) : System
ips string
controlId string
Résultat System

HasAccess() public méthode

public HasAccess ( ) : bool
Résultat bool

Init() public méthode

public Init ( string authToken, string controlId ) : void
authToken string
controlId string
Résultat void