Click or drag to resize
AuthenticationModuleInit Method
初始化函数

Namespace: X3Platform.Security.Authentication
Assembly: X3Platform.Abstractions (in X3Platform.Abstractions.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public void Init(
	HttpApplication context
)

Parameters

context
Type: System.WebHttpApplication

[Missing <param name="context"/> documentation for "M:X3Platform.Security.Authentication.AuthenticationModule.Init(System.Web.HttpApplication)"]

Implements

IHttpModuleInit(HttpApplication)
See Also