C# 클래스 DevZH.AspNetCore.Builder.QihooAppBuilderExtensions

Extension methods to add Qihoo 360 authentication capabilities to an HTTP application pipeline.
파일 보기 프로젝트 열기: noliar/MoreAuthentication

공개 메소드들

메소드 설명
UseQihooAuthentication ( this app ) : IApplicationBuilder

Adds the QihooMiddleware middleware to the specified IApplicationBuilder, which enables Qihoo 360 authentication capabilities.

UseQihooAuthentication ( this app, QihooOptions options ) : IApplicationBuilder

Adds the QihooMiddleware middleware to the specified IApplicationBuilder, which enables Qihoo 360 authentication capabilities.

메소드 상세

UseQihooAuthentication() 공개 정적인 메소드

Adds the QihooMiddleware middleware to the specified IApplicationBuilder, which enables Qihoo 360 authentication capabilities.
public static UseQihooAuthentication ( this app ) : IApplicationBuilder
app this The to add the middleware to.
리턴 IApplicationBuilder

UseQihooAuthentication() 공개 정적인 메소드

Adds the QihooMiddleware middleware to the specified IApplicationBuilder, which enables Qihoo 360 authentication capabilities.
public static UseQihooAuthentication ( this app, QihooOptions options ) : IApplicationBuilder
app this The to add the middleware to.
options QihooOptions A that specifies options for the middleware.
리턴 IApplicationBuilder