|
SecurityProviderBaseResetPassword Method
|
When overridden in a derived class, resets user password in the backend datastore.
Namespace: GSF.SecurityAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.248-beta
Syntaxpublic abstract bool ResetPassword(
string securityAnswer
)
Public MustOverride Function ResetPassword (
securityAnswer As String
) As Boolean
public:
virtual bool ResetPassword(
String^ securityAnswer
) abstract
abstract 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)
See Also