C# 클래스 avt.DynamicFlashRotator.Net.Services.Authentication.AllowIps

상속: IAdminAuthentication
파일 보기 프로젝트 열기: dnnsharp/DynamicRotator

공개 메소드들

메소드 설명
AllowIps ( ) : System
AllowIps ( string ips, string controlId ) : System
HasAccess ( ) : bool
Init ( string authToken, string controlId ) : void

비공개 메소드들

메소드 설명
UserIpAddress ( ) : string

메소드 상세

AllowIps() 공개 메소드

public AllowIps ( ) : System
리턴 System

AllowIps() 공개 메소드

public AllowIps ( string ips, string controlId ) : System
ips string
controlId string
리턴 System

HasAccess() 공개 메소드

public HasAccess ( ) : bool
리턴 bool

Init() 공개 메소드

public Init ( string authToken, string controlId ) : void
authToken string
controlId string
리턴 void