UserDataAccount.IsProtectedUnderLock Propriété
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.
Obtient une valeur booléenne indiquant si les données du compte d’utilisateur sont chiffrées lorsque l’appareil est verrouillé.
public:
property bool IsProtectedUnderLock { bool get(); };
public:
property bool IsProtectedUnderLock { bool get(); void set(bool value); };
bool IsProtectedUnderLock();
bool IsProtectedUnderLock();
void IsProtectedUnderLock(bool value);
public bool IsProtectedUnderLock { get; }
public bool IsProtectedUnderLock { get; set; }
var boolean = userDataAccount.isProtectedUnderLock;
var boolean = userDataAccount.isProtectedUnderLock;
userDataAccount.isProtectedUnderLock = boolean;
Public ReadOnly Property IsProtectedUnderLock As Boolean
Public Property IsProtectedUnderLock As Boolean
Valeur de propriété
bool
Valeur booléenne indiquant si les données du compte d’utilisateur sont chiffrées lorsque l’appareil est verrouillé.
Configuration requise pour Windows
Famille d’appareils |
Windows 10 (introduit dans 10.0.10586.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v2.0)
|
Remarques
Les données chiffrées retournent sous forme de jeux de valeurs vides pendant un état verrouillé.