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.
Initiates an DigiD authentication session.

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

Syntax

C#Copy imageCopy Code
public  InitAuthenticationSession(
	string returnUrl,
	string profileName
)
Visual Basic (Declaration)Copy imageCopy Code
Public Function InitAuthenticationSession ( _
	returnUrl As , _
	profileName As  _
) As 

Parameters

returnUrl
String
The return URL.
profileName
String
Name of the profile.

Return Value

Locator to the DigiD site for authentication.

See Also

Advanced