Click or drag to resize
AuthcodeCheck Method
检验码是否正确

Namespace: Adf.Web
Assembly: Adf.Web (in Adf.Web.dll) Version: 4.1.5463.29815
Syntax
public static bool Check(
	string code,
	bool isRemove
)

Parameters

code
Type: SystemString

[Missing <param name="code"/> documentation for "M:Adf.Web.Authcode.Check(System.String,System.Boolean)"]

isRemove
Type: SystemBoolean

[Missing <param name="isRemove"/> documentation for "M:Adf.Web.Authcode.Check(System.String,System.Boolean)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Adf.Web.Authcode.Check(System.String,System.Boolean)"]

See Also