C# 클래스 XG.Plugin.Webserver.Nancy.Authentication.ApiKeyAuthentication

파일 보기 프로젝트 열기: lformella/xdcc-grabscher 1 사용 예제들

공개 메소드들

메소드 설명
Enable ( INancyModule module ) : void
Enable ( IPipelines pipelines ) : void

비공개 메소드들

메소드 설명
GetCredentialRetrievalHook ( ) : Response>.Func
IsRequestValid ( string aCredentials ) : bool
RetrieveCredentials ( Nancy.NancyContext context ) : void

메소드 상세

Enable() 공개 정적인 메소드

public static Enable ( INancyModule module ) : void
module INancyModule
리턴 void

Enable() 공개 정적인 메소드

public static Enable ( IPipelines pipelines ) : void
pipelines IPipelines
리턴 void