Partager via


UserDataAccount.IsProtectedUnderLock Propriété

Définition

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é

Boolean

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é.

S’applique à