eBizprise Framework Documentation
C#
Show/Hide TOC
IAuthenticate
Helper
TCodeTable
,
TEmployee
Authenticate Method
驗證使用者
Definition
Namespace:
eBizprise.Framework.Common.Interface
Assembly:
eBizprise.Framework.Common (in eBizprise.Framework.Common.dll) Version: 25.0.1.0+9af286275430f5cdff066120a88db0d7edbaef7c
C#
Copy
ApiResult
<
bool
>
Authenticate
(
string
account
,
string
securityCode
)
Parameters
account
String
帳號
securityCode
String
驗證碼
Return Value
ApiResult
Boolean
執行結果
See Also
Reference
IAuthenticateHelper
TCodeTable, TEmployee
Interface
eBizprise.Framework.Common.Interface Namespace
In This Article
Definition
Parameters
Return Value
See Also