|   | ISecurityProviderResetPassword Method | 
        
        
            Resets user password in the backend data store.
            
        
        Namespace: GSF.SecurityAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.257-beta
 Syntax
Syntaxbool ResetPassword(
	string securityAnswer
)
Function ResetPassword ( 
	securityAnswer As String
) As Boolean
bool ResetPassword(
	String^ securityAnswer
)
abstract ResetPassword : 
        securityAnswer : string -> bool function ResetPassword(securityAnswer);
Parameters
- securityAnswer  String
- Answer to the user's security question.
Return Value
Booleantrue if the password is reset, otherwise false.
 See Also
See Also