CredentialSaveOption Enum

Definition

Identifies the state of the dialog box option on whether to save credentials.

public enum class CredentialSaveOption
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class CredentialSaveOption
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum CredentialSaveOption
var value = Windows.Security.Credentials.UI.CredentialSaveOption.unselected
Public Enum CredentialSaveOption
Inheritance
CredentialSaveOption
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Fields

Hidden 2

The "Save credentials?" dialog box is not displayed at all.

Selected 1

The "Save credentials?" dialog box is selected, indicating that the user wants their credentials saved.

Unselected 0

The "Save credentials?" dialog box is not selected, indicating that the user doesn't want their credentials saved.

Applies to