PromptUser Property
Whether to display a prompt.
Syntax
[VB.NET] Public Property PromptUser As Boolean
[C#] public bool PromptUser {get; set;}
Remarks
This property specifies whether a prompt is displayed when calling Protect. This dialog is created by the system and informs the user of the request action. The user may accept or cancel the request. If the user cancels the request the Protect method throws an exception.
When True the PromptTitle may be set to customize the window title. ;
Default Value
False