| LoginCacheIsValidPassword Method |
パスワードを検証する
Namespace: Nec.Nebula.Internal.DatabaseAssembly: Nec.Nebula.Offline (in Nec.Nebula.Offline.dll) Version: 7.0.0.0 (7.0.0.0)
Syntaxpublic bool IsValidPassword(
string password
)
Public Function IsValidPassword (
password As String
) As Boolean
public:
bool IsValidPassword(
String^ password
)
member IsValidPassword :
password : string -> bool
Parameters
- password
- Type: SystemString
パスワード
Return Value
Type:
Boolean正しいパスワードの場合はtrue、不正なパスワードの場合はfalse
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | パスワードがnull |
Version InformationOffline
Supported in: 1.0
See Also