UserValidateUser Method
Namespace: Centralpoint.WebAssembly: Centralpoint.Web (in Centralpoint.Web.dll) Version: 1.0.0.0 (1.0.0.0)
private static bool ValidateUser(
Management management,
string username,
string password,
out Guid userId,
bool useMaster = false
)
Private Shared Function ValidateUser (
management As Management,
username As String,
password As String,
<OutAttribute> ByRef userId As Guid,
Optional useMaster As Boolean = false
) As Boolean
- management Management
-
- username String
-
- password String
-
- userId Guid
-
- useMaster Boolean (Optional)
-
Boolean