Edit

Share via


ProviderManager.State Property

Definition

Gets the ProviderState of the current GlobalProvider instance. Use for binding scenarios instead of ProviderManager.Instance.GlobalProvider.State.

public CommunityToolkit.Authentication.ProviderState? State { get; }
member this.State : Nullable<CommunityToolkit.Authentication.ProviderState>
Public ReadOnly Property State As Nullable(Of ProviderState)

Property Value

Applies to