MFAuthenticationHelperIsPasscodeValid Method |
Checks whether the entered passcode is valid.
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 13.0.131
Syntax public static bool IsPasscodeValid(
UserInfo user,
string passcode
)
Parameters
- user
- Type: CMS.MembershipUserInfo
User who is being authenticated. - passcode
- Type: SystemString
Passcode entered by the user.
Return Value
Type:
BooleanTrue if passcode is valid. False otherwise.
See Also