SecondaryAuthenticationFactorAuthenticationResult SecondaryAuthenticationFactorAuthenticationResult SecondaryAuthenticationFactorAuthenticationResult SecondaryAuthenticationFactorAuthenticationResult Class

Definition

Represents the results of authentication with a 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.

public : sealed class SecondaryAuthenticationFactorAuthenticationResult : ISecondaryAuthenticationFactorAuthenticationResultpublic sealed class SecondaryAuthenticationFactorAuthenticationResult : ISecondaryAuthenticationFactorAuthenticationResultPublic NotInheritable Class SecondaryAuthenticationFactorAuthenticationResult Implements ISecondaryAuthenticationFactorAuthenticationResult// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v3)

Properties

Authentication Authentication Authentication Authentication

Gets the authentication.

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.

public : SecondaryAuthenticationFactorAuthentication Authentication { get; }public SecondaryAuthenticationFactorAuthentication Authentication { get; }Public ReadOnly Property Authentication As SecondaryAuthenticationFactorAuthentication// You can use this property in JavaScript.
See Also

Status Status Status Status

Gets the status of the authentication.

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.

public : SecondaryAuthenticationFactorAuthenticationStatus Status { get; }public SecondaryAuthenticationFactorAuthenticationStatus Status { get; }Public ReadOnly Property Status As SecondaryAuthenticationFactorAuthenticationStatus// You can use this property in JavaScript.
See Also

See Also