共用方式為


SecondaryAuthenticationFactorDeviceFindScope 列舉

定義

表示尋找隨附裝置時的搜尋範圍。

注意

此 API 不適用於所有應用程式。 除非您的開發人員帳戶由 Microsoft 特別布建,才能使用 secondaryAuthenticationFactor 功能,否則對此 API 的呼叫將會失敗。 若要申請核准,請連絡 cdfonboard@microsoft.com 。 如需功能的詳細資訊,請參閱 應用程式功能宣告。 如需隨附裝置架構的概觀,請參閱 搭配隨附裝置的 Windows 解除鎖定 (IoT) 裝置 概觀。

public enum class SecondaryAuthenticationFactorDeviceFindScope
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
enum class SecondaryAuthenticationFactorDeviceFindScope
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.Deprecated("SecondaryAuthenticationFactorDeviceFindScope is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
enum class SecondaryAuthenticationFactorDeviceFindScope
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
public enum SecondaryAuthenticationFactorDeviceFindScope
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.Deprecated("SecondaryAuthenticationFactorDeviceFindScope is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
public enum SecondaryAuthenticationFactorDeviceFindScope
var value = Windows.Security.Authentication.Identity.Provider.SecondaryAuthenticationFactorDeviceFindScope.user
Public Enum SecondaryAuthenticationFactorDeviceFindScope
繼承
SecondaryAuthenticationFactorDeviceFindScope
屬性

Windows 需求

裝置系列
Windows 10 Anniversary Edition (已於 10.0.14393.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v3.0 引進)

欄位

AllUsers 1

所有使用者。

User 0

使用者。

適用於

另請參閱