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.
Returns the DigiD User's identifier (BSN number), if present.

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

Syntax

C#Copy imageCopy Code
[(Name = "DigiD.UserIdentifier")]
public static string UserIdentifier(
	bool checkSession
)
Visual Basic (Declaration)Copy imageCopy Code
<(Name := "DigiD.UserIdentifier")> _
Public Shared Function UserIdentifier ( _
	checkSession As  _
) As 

Parameters

checkSession
Boolean
If set to true checks if session state is available. If not, an exception is thrown.

Return Value

See Also

Advanced