CredentialSaveOption Énumération
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Identifie l’état de l’option de boîte de dialogue indiquant s’il faut enregistrer les informations d’identification.
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
- Héritage
-
CredentialSaveOption
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10 (introduit dans 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v1.0)
|
Champs
2 | La boîte de dialogue « Enregistrer les informations d’identification ? » ne s’affiche pas du tout. |
|
Selected | 1 | La boîte de dialogue « Enregistrer les informations d’identification ? » est sélectionnée, indiquant que l’utilisateur souhaite enregistrer ses informations d’identification. |
Unselected | 0 | La boîte de dialogue « Enregistrer les informations d’identification ? » n’est pas sélectionnée, ce qui indique que l’utilisateur ne souhaite pas enregistrer ses informations d’identification. |