LegacyMicrosoftAccount Class

Definition

The configuration settings of the legacy Microsoft Account provider.

public class LegacyMicrosoftAccount
type LegacyMicrosoftAccount = class
Public Class LegacyMicrosoftAccount
Inheritance
LegacyMicrosoftAccount

Constructors

LegacyMicrosoftAccount()

Initializes a new instance of the LegacyMicrosoftAccount class.

LegacyMicrosoftAccount(Nullable<Boolean>, ClientRegistration, LoginScopes, AllowedAudiencesValidation)

Initializes a new instance of the LegacyMicrosoftAccount class.

Properties

Enabled

Gets or sets &lt;code&gt;false&lt;/code&gt; if the legacy Microsoft Account provider should not be enabled despite the set registration; otherwise, &lt;code&gt;true&lt;/code&gt;.

Login

Gets or sets the configuration settings of the login flow.

Registration

Gets or sets the configuration settings of the app registration for the legacy Microsoft Account provider.

Validation

Gets or sets the configuration settings of the legacy Microsoft Account provider token validation flow.

Applies to