Share via


SecondaryAuthenticationFactorDeviceCapabilities Enum

Definition

Represents the capabilities of the companion device.

Note

This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft to use the secondaryAuthenticationFactor capability, calls to this API will fail. To apply for approval, contact cdfonboard@microsoft.com. For more information on capabilities, see App capability declarations. For an overview of the Companion Device Framework, see the Windows Unlock with companion (IoT) devices overview.

This enumeration supports a bitwise combination of its member values.

public enum class SecondaryAuthenticationFactorDeviceCapabilities
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
enum class SecondaryAuthenticationFactorDeviceCapabilities
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.Deprecated("SecondaryAuthenticationFactorDeviceCapabilities 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 SecondaryAuthenticationFactorDeviceCapabilities
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
public enum SecondaryAuthenticationFactorDeviceCapabilities
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.Deprecated("SecondaryAuthenticationFactorDeviceCapabilities 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 SecondaryAuthenticationFactorDeviceCapabilities
var value = Windows.Security.Authentication.Identity.Provider.SecondaryAuthenticationFactorDeviceCapabilities.none
Public Enum SecondaryAuthenticationFactorDeviceCapabilities
Inheritance
SecondaryAuthenticationFactorDeviceCapabilities
Attributes

Windows requirements

Device family
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v3.0)

Fields

Name Value Description
None 0

No capabilities.

SecureStorage 1

Set this flag if the companion device supports secure storage and can protect auth key and device key from unauthorized access. In order to make sure your key storage meets the security bar, contact cdfonboard@microsoft.com.

StoreKeys 2

Set this flag if the companion device stores the auth key and device keys.

ConfirmUserIntentToAuthenticate 4

Set this flag if the companion device can confirm user intent to authenticate.

SupportSecureUserPresenceCheck 8

Deprecated. Set this flag if the companion device supports securely confirming the user's identity and presence. In order to make sure your user presence check meets the security bar, contact cdfonboard@microsoft.com.

TransmittedDataIsEncrypted 16

Set this flag if the companion device transmits auth keys and devices key over an encrypted channel.

HMacSha256 32

The device supports HMacSha256.

CloseRangeDataTransmission 64

The device supports close range data transmission.

Remarks

Version history

Windows version SDK version Value added
1703 15063 CloseRangeDataTransmission

Applies to

See also