MySqlWebSecurity.ConfirmAccount Method (String, String)

MySQL Connector/Net

MySqlWebSecurityConfirmAccount Method (String, String)

Namespace: MySql.Web.Security
Assembly: MySql.Web (in MySql.Web.dll) Version: 6.9.9
Syntax
public static bool ConfirmAccount(
	string userName,
	string confirmationToken
)
Public Shared Function ConfirmAccount ( 
	userName As String,
	confirmationToken As String
) As Boolean
public:
static bool ConfirmAccount(
	String^ userName, 
	String^ confirmationToken
)
static member ConfirmAccount : 
        userName : string * 
        confirmationToken : string -> bool 

Parameters

userName
Type: SystemString
confirmationToken
Type: SystemString

Return Value

Type: Boolean
See Also