Click or drag to resize

OIDCSecurityProviderResetPassword Method

Not implemented by OIDCSecurityProvider; always returns false.

Namespace: GSF.Security
Assembly: GSF.Security (in GSF.Security.dll) Version: 2.4.181-beta
Syntax
public override bool ResetPassword(
	string securityAnswer
)
View Source

Parameters

securityAnswer  String
Answer to the user's security question.

Return Value

Boolean
true if the password is reset, otherwise false.

Implements

ISecurityProviderResetPassword(String)
See Also