ResolveKeySource.AutoClosePasswordPromptShow Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the amount of time, in seconds, to display the count down message.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
property int AutoClosePasswordPromptShow { int get(); void set(int value); };
public int AutoClosePasswordPromptShow { get; set; }
public int AutoClosePasswordPromptShow { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
member this.AutoClosePasswordPromptShow : int with get, set
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.AutoClosePasswordPromptShow : int with get, set
Public Property AutoClosePasswordPromptShow As Integer
Property Value
The amount of time, in seconds, to display the count down message.
- Attributes
Remarks
The default value is 15 seconds.