C# Class Esri.ArcGISRuntime.Toolkit.Controls.Primitives.SignInDialog

Inheritance: Windows.UI.Xaml.Controls.Control, INotifyPropertyChanged
Afficher le fichier Open project: Esri/arcgis-toolkit-dotnet

Méthodes publiques

Свойство Type Description
TitleProperty Windows.UI.Xaml.DependencyProperty

Méthodes publiques

Méthode Description
CreateCredentialAsync ( CredentialRequestInfo credentialRequestInfo ) : Task

Challenge handler leaveraging the SignInDialog in a content dialog.

SignInDialog ( ) : System

Initializes a new instance of the SignInDialog control.

Private Methods

Méthode Description
Cancel ( ) : void
ContentDialogOnClosed ( ContentDialog sender, ContentDialogClosedEventArgs args ) : void
ContentDialogOnPrimaryButtonClick ( ContentDialog sender, ContentDialogButtonClickEventArgs args ) : void
DoSignInInUIThread ( CredentialRequestInfo credentialRequestInfo ) : Task
GenerateCredentialAsync ( ) : Task
GenerateNetworkCredential ( ) : Credential
GenerateTokenCredentialAsync ( ) : Task
OnPropertyChanged ( string propertyName ) : void
WaitForCredentialAsync ( CredentialRequestInfo credentialRequestInfo ) : Task

Method Details

CreateCredentialAsync() public méthode

Challenge handler leaveraging the SignInDialog in a content dialog.
public CreateCredentialAsync ( CredentialRequestInfo credentialRequestInfo ) : Task
credentialRequestInfo CredentialRequestInfo
Résultat Task

SignInDialog() public méthode

Initializes a new instance of the SignInDialog control.
public SignInDialog ( ) : System
Résultat System

Property Details

TitleProperty public_oe static_oe property

Identifies the Title dependency property.
public static DependencyProperty,Windows.UI.Xaml TitleProperty
Résultat Windows.UI.Xaml.DependencyProperty