DevForce Help Reference
GetVerifiers Method (IVerifierProvider)


Return a list of verifiers.
Syntax
'Declaration
 
Function GetVerifiers( _
   ByVal verifierProviderContext As Object _
) As IEnumerable(Of Verifier)
'Usage
 
Dim instance As IVerifierProvider
Dim verifierProviderContext As Object
Dim value As IEnumerable(Of Verifier)
 
value = instance.GetVerifiers(verifierProviderContext)

Parameters

verifierProviderContext

Return Value

The collection of dynamic verifiers.
Remarks
You can use the verifierProviderContext to provide additional control over your logic. The value is passed from the VerifierEngine.VerifierProviderContext setting.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IVerifierProvider Interface
IVerifierProvider Members

Send Feedback