MySQL Connector/Net
MySqlSimpleMembershipProviderResetPasswordWithToken Method |
Namespace: MySql.Web.Security
Assembly: MySql.Web (in MySql.Web.dll) Version: 6.9.9

public override bool ResetPasswordWithToken( string token, string newPassword )
Public Overrides Function ResetPasswordWithToken ( token As String, newPassword As String ) As Boolean
public: virtual bool ResetPasswordWithToken( String^ token, String^ newPassword ) override
abstract ResetPasswordWithToken : token : string * newPassword : string -> bool override ResetPasswordWithToken : token : string * newPassword : string -> bool
Parameters
- token
- Type: SystemString
- newPassword
- Type: SystemString
Return Value
Type: Boolean