OAuthWebSecurity.HasLocalAccount(Int32) Method

Definition

Indicates whether the user has local account.

public static bool HasLocalAccount (int userId);
static member HasLocalAccount : int -> bool
Public Shared Function HasLocalAccount (userId As Integer) As Boolean

Parameters

userId
Int32

The user ID.

Returns

true if the user has local account; otherwise, false.

Applies to