Click or drag to resize
LoginCacheIsValidPassword Method
パスワードを検証する

Namespace: Nec.Nebula.Internal.Database
Assembly: Nec.Nebula.Offline (in Nec.Nebula.Offline.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax
public bool IsValidPassword(
	string password
)

Parameters

password
Type: SystemString
パスワード

Return Value

Type: Boolean
正しいパスワードの場合はtrue、不正なパスワードの場合はfalse
Exceptions
ExceptionCondition
ArgumentNullExceptionパスワードがnull
Version Information

Offline

Supported in: 1.0
See Also