次の方法で共有


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 で導入)

注釈

暗号化されたデータは、ロックされた状態の間に空の値セットとして返されます。

適用対象