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.
Gets the current DigiD Security Code ("betrouwbaarheidsniveau").

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

Syntax

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

Parameters

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

Return Value

A number indicating the current DigiD security code.

See Also

Advanced