SecondaryAuthenticationFactorAuthenticationTrigger SecondaryAuthenticationFactorAuthenticationTrigger SecondaryAuthenticationFactorAuthenticationTrigger SecondaryAuthenticationFactorAuthenticationTrigger Class

Definition

Represents a trigger that launches a background task on behalf of a companion device.

public : sealed class SecondaryAuthenticationFactorAuthenticationTrigger : IBackgroundTrigger, ISecondaryAuthenticationFactorAuthenticationTriggerpublic sealed class SecondaryAuthenticationFactorAuthenticationTrigger : IBackgroundTrigger, ISecondaryAuthenticationFactorAuthenticationTriggerPublic NotInheritable Class SecondaryAuthenticationFactorAuthenticationTrigger Implements IBackgroundTrigger, ISecondaryAuthenticationFactorAuthenticationTrigger// 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)

Remarks

A companion device acts in conjunction with your Windows 10 for desktop editions (Home, Pro, Enterprise, and Education) or Windows 10 Mobile device to enhance the user authentication experience. For instance, a user may attach their companion device to PC via USB, touch the fingerprint reader on the companion device, which automatically unlocks their PC.

When the companion device app registers the first companion device, it should also register its background task component which will pass authentication information between device and companion device authentication service.

Constructors

SecondaryAuthenticationFactorAuthenticationTrigger() SecondaryAuthenticationFactorAuthenticationTrigger() SecondaryAuthenticationFactorAuthenticationTrigger() SecondaryAuthenticationFactorAuthenticationTrigger()

Initializes a new instance of the SecondaryAuthenticationFactorAuthenticationTrigger class.

public : SecondaryAuthenticationFactorAuthenticationTrigger()public SecondaryAuthenticationFactorAuthenticationTrigger()Public Sub New()// You can use this method in JavaScript.