ResolveKeySource.AutoClosePasswordPromptTimeout Property

Definition

Gets or sets the amount of time, in seconds, to wait before closing the password prompt dialog.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 property int AutoClosePasswordPromptTimeout { int get(); void set(int value); };
public int AutoClosePasswordPromptTimeout { get; set; }
public int AutoClosePasswordPromptTimeout { [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.AutoClosePasswordPromptTimeout : 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.AutoClosePasswordPromptTimeout : int with get, set
Public Property AutoClosePasswordPromptTimeout As Integer

Property Value

The amount of time, in seconds, to wait before closing the password prompt dialog.

Attributes

Remarks

The default value is 20 seconds.

Applies to