共用方式為


UserDataAccount.IsProtectedUnderLock 屬性

定義

取得布林值,指出裝置鎖定時是否加密使用者帳戶資料。

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

屬性值

Boolean

bool

布林值,指出裝置鎖定時是否加密使用者帳戶資料。

Windows 需求

裝置系列
Windows 10 (已於 10.0.10586.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v2.0 引進)

備註

加密的資料會在鎖定狀態期間傳回為空值集。

適用於