MySqlSimpleMembershipProvider.ConfirmAccount Method (String, String)

MySQL Connector/Net

MySqlSimpleMembershipProviderConfirmAccount Method (String, String)

Namespace: MySql.Web.Security
Assembly: MySql.Web (in MySql.Web.dll) Version: 6.9.9
Syntax
public override bool ConfirmAccount(
	string userName,
	string accountConfirmationToken
)
Public Overrides Function ConfirmAccount ( 
	userName As String,
	accountConfirmationToken As String
) As Boolean
public:
virtual bool ConfirmAccount(
	String^ userName, 
	String^ accountConfirmationToken
) override
abstract ConfirmAccount : 
        userName : string * 
        accountConfirmationToken : string -> bool 
override ConfirmAccount : 
        userName : string * 
        accountConfirmationToken : string -> bool 

Parameters

userName
Type: SystemString
accountConfirmationToken
Type: SystemString

Return Value

Type: Boolean
See Also