CyberStore Ecommerce 2023 Documentation
VerifyConfirmationCode Method (CustomerAccountMFAControl)


Dovetail.Ecommerce.Controls Namespace > CustomerAccountMFAControl Class : VerifyConfirmationCode Method
Source of the event.
Event information.
The code.
Verify confirmation code.
Syntax
'Declaration
 
Public Sub VerifyConfirmationCode( _
   ByVal sender As Object, _
   ByVal e As EventArgs, _
   ByVal Code As String _
) 
'Usage
 
Dim instance As CustomerAccountMFAControl
Dim sender As Object
Dim e As EventArgs
Dim Code As String
 
instance.VerifyConfirmationCode(sender, e, Code)
public void VerifyConfirmationCode( 
   object sender,
   EventArgs e,
   string Code
)

Parameters

sender
Source of the event.
e
Event information.
Code
The code.
See Also

Reference

CustomerAccountMFAControl Class
CustomerAccountMFAControl Members