SecondaryAuthenticationFactorAuthenticationResult.Authentication Property

Definition

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:
 property SecondaryAuthenticationFactorAuthentication ^ Authentication { SecondaryAuthenticationFactorAuthentication ^ get(); };
SecondaryAuthenticationFactorAuthentication Authentication();
/// [get: Windows.Foundation.Metadata.Deprecated("SecondaryAuthenticationFactorAuthenticationResult is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
SecondaryAuthenticationFactorAuthentication Authentication();
public SecondaryAuthenticationFactorAuthentication Authentication { get; }
public SecondaryAuthenticationFactorAuthentication Authentication { [Windows.Foundation.Metadata.Deprecated("SecondaryAuthenticationFactorAuthenticationResult is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")] get; }
var secondaryAuthenticationFactorAuthentication = secondaryAuthenticationFactorAuthenticationResult.authentication;
Public ReadOnly Property Authentication As SecondaryAuthenticationFactorAuthentication

Property Value

The authentication.

Attributes

Applies to

See also