PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Executes the verification request.

Namespace: Smartsite.DigiD
Assembly:  Smartsite.DigiD (in Smartsite.DigiD.dll)

Syntax

C#Copy imageCopy Code
public <string, string> ExecuteVerificationRequest(
	string aSelectCredentials,
	string rid,
	string profileName
)
Visual Basic (Declaration)Copy imageCopy Code
Public Function ExecuteVerificationRequest ( _
	aSelectCredentials As , _
	rid As , _
	profileName As  _
) As (Of , )

Parameters

aSelectCredentials
String
The "ASelectCredentials".
rid
String
The rid.
profileName
String
Name of the profile.

Return Value

See Also

Advanced