UserDataAccount.IsProtectedUnderLock Proprietà

Definizione

Ottiene un valore booleano che indica se i dati dell'account utente vengono crittografati quando il dispositivo viene bloccato.

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

Valore della proprietà

Boolean

bool

Valore booleano che indica se i dati dell'account utente vengono crittografati quando il dispositivo viene bloccato.

Requisiti Windows

Famiglia di dispositivi
Windows 10 (è stato introdotto in 10.0.10586.0)
API contract
Windows.Foundation.UniversalApiContract (è stato introdotto in v2.0)

Commenti

I dati crittografati restituiranno come set di valori vuoti durante uno stato bloccato.

Si applica a