检验码是否正确
Namespace: Adf.WebAssembly: Adf.Web (in Adf.Web.dll) Version: 4.1.5463.29815
Syntaxpublic static bool Check(
string code,
bool isRemove
)
Public Shared Function Check (
code As String,
isRemove As Boolean
) As Boolean
public:
static bool Check(
String^ code,
bool isRemove
)
static member Check :
code : string *
isRemove : bool -> bool
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