SecondaryAuthenticationFactorAuthenticationStageInfo
SecondaryAuthenticationFactorAuthenticationStageInfo
SecondaryAuthenticationFactorAuthenticationStageInfo
SecondaryAuthenticationFactorAuthenticationStageInfo
Class
Definition
Provides information about the stage of a companion device 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 : sealed class SecondaryAuthenticationFactorAuthenticationStageInfo : ISecondaryAuthenticationFactorAuthenticationStageInfopublic sealed class SecondaryAuthenticationFactorAuthenticationStageInfo : ISecondaryAuthenticationFactorAuthenticationStageInfoPublic NotInheritable Class SecondaryAuthenticationFactorAuthenticationStageInfo Implements ISecondaryAuthenticationFactorAuthenticationStageInfo// You can use this class in JavaScript.
- Attributes
| Device family |
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v3)
|
Properties
DeviceId DeviceId DeviceId DeviceId
Gets the device Id.
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 : PlatForm::String DeviceId { get; }public string DeviceId { get; }Public ReadOnly Property DeviceId As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The device Id.
- See Also
Scenario Scenario Scenario Scenario
Gets the authentication scenario (sign in versus credential prompt).
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 : SecondaryAuthenticationFactorAuthenticationScenario Scenario { get; }public SecondaryAuthenticationFactorAuthenticationScenario Scenario { get; }Public ReadOnly Property Scenario As SecondaryAuthenticationFactorAuthenticationScenario// You can use this property in JavaScript.
- Value
- SecondaryAuthenticationFactorAuthenticationScenario SecondaryAuthenticationFactorAuthenticationScenario SecondaryAuthenticationFactorAuthenticationScenario SecondaryAuthenticationFactorAuthenticationScenario
The authentication scenario.
- See Also
Stage Stage Stage Stage
Gets the stage 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 : SecondaryAuthenticationFactorAuthenticationStage Stage { get; }public SecondaryAuthenticationFactorAuthenticationStage Stage { get; }Public ReadOnly Property Stage As SecondaryAuthenticationFactorAuthenticationStage// You can use this property in JavaScript.
- Value
- SecondaryAuthenticationFactorAuthenticationStage SecondaryAuthenticationFactorAuthenticationStage SecondaryAuthenticationFactorAuthenticationStage SecondaryAuthenticationFactorAuthenticationStage
The stage of the authentication.
- See Also