WebSecurity.IsConfirmed(String) Method

Definition

Returns a value that indicates whether the user has been confirmed.

public static bool IsConfirmed (string userName);
static member IsConfirmed : string -> bool
Public Shared Function IsConfirmed (userName As String) As Boolean

Parameters

userName
String

The user name.

Returns

true if the user is confirmed; otherwise, false.

Applies to