'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)
Parameters
- sender
- Source of the event.
- e
- Event information.
- Code
- The code.