| 
            
              LdapSecurityProviderResetPassword Method
             | 
          
        
        
            Resets user password in the backend data store.
            
        
        Namespace: GSF.SecurityAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.258-beta
Syntaxpublic override bool ResetPassword(
	string securityAnswer
)
Public Overrides Function ResetPassword ( 
	securityAnswer As String
) As Boolean
public:
virtual bool ResetPassword(
	String^ securityAnswer
) override
abstract ResetPassword : 
        securityAnswer : string -> bool 
override ResetPassword : 
        securityAnswer : string -> bool function ResetPassword(securityAnswer);
 View SourceParameters
- securityAnswer  String
 - Answer to the user's security question.
 
Return Value
Booleantrue if the password is reset, otherwise false.
Implements
ISecurityProviderResetPassword(String)
Exceptions| Exception | Condition | 
|---|
| NotSupportedException | Always | 
See Also