Click or drag to resize

VGSecurityRuntimeGetPasswordQuestion Method

Gets the password question of a specified user.

Namespace:  Novalys.VisualGuard.Security
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.1.831.19 (2019.1.0831.19)
Syntax
public string GetPasswordQuestion(
	string name
)

Parameters

name
Type: SystemString
the name of the user.

Return Value

Type: String
the password question of the user. null (Nothing) if the user does not have any password question.
Exceptions
ExceptionCondition
ArgumentNullException

The name is null.

ArgumentException

The name is longer than 64 characters

The name is empty.

NotSupportedException

the repository does not support Visual Guard authentication mode.

The name is empty.

See Also