CredentialSaveOption Enum
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.
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
Name | Value | Description |
---|---|---|
Unselected | 0 | The "Save credentials?" dialog box is not selected, indicating that the user doesn't want their credentials saved. |
Selected | 1 | The "Save credentials?" dialog box is selected, indicating that the user wants their credentials saved. |
2 | The "Save credentials?" dialog box is not displayed at all. |