SecondaryAuthenticationFactorRegistrationResult SecondaryAuthenticationFactorRegistrationResult SecondaryAuthenticationFactorRegistrationResult SecondaryAuthenticationFactorRegistrationResult Class

Definition

Provides information about the result of a companion device registration.

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 SecondaryAuthenticationFactorRegistrationResult : ISecondaryAuthenticationFactorRegistrationResultpublic sealed class SecondaryAuthenticationFactorRegistrationResult : ISecondaryAuthenticationFactorRegistrationResultPublic NotInheritable Class SecondaryAuthenticationFactorRegistrationResult Implements ISecondaryAuthenticationFactorRegistrationResult// 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

Registration Registration Registration Registration

Gets the registration class instance for the intended 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 : SecondaryAuthenticationFactorRegistration Registration { get; }public SecondaryAuthenticationFactorRegistration Registration { get; }Public ReadOnly Property Registration As SecondaryAuthenticationFactorRegistration// You can use this property in JavaScript.
See Also

Status Status Status Status

Gets the status of the registration attempt.

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 : SecondaryAuthenticationFactorRegistrationStatus Status { get; }public SecondaryAuthenticationFactorRegistrationStatus Status { get; }Public ReadOnly Property Status As SecondaryAuthenticationFactorRegistrationStatus// You can use this property in JavaScript.
See Also

See Also