C# 클래스 ESRI.ArcGIS.Client.Toolkit.SignInDialog

상속: System.Windows.Controls.Control, INotifyPropertyChanged
파일 보기 프로젝트 열기: Esri/arcgis-toolkit-sl-wpf 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
TitleProperty System.Windows.DependencyProperty

Private Properties

프로퍼티 타입 설명
AddTry void
ChallengeCertificate void
ChallengeIWA bool
DoSignInInUIThread void
DoSignInInUIThreadEx void
GenerateNetworkCredential void
GenerateToken void
GetResourceName string
GetSuffix string
MakeReplacements void
OnPropertyChanged void
SetRichTextBoxErrorMessage void
SetRichTextBoxMessage void
TokenGenerated void
TryDone bool
UpdateCanCancel void
UpdateIsReady void
XamlEncode string

공개 메소드들

메소드 설명
DoSignIn ( string url, Exception>.Action callback, IdentityManager generateTokenOptions = null ) : void

Static challenge method leaveraging the SignInDialog in a child window.

This method manages token credential only. See DoSignInEx for the extended method managing all credential types.

DoSignInEx ( IdentityManager credentialRequestInfos, Exception>.Action callback, IdentityManager generateTokenOptions = null ) : void

Static challenge method leaveraging the SignInDialog in a child window. This method manages all credential types. Note however that in case of certificate authentication the SignInDialog UI is not used. The standard .Net dialog box for selecting an X.509 certificate from a certificate collection is used instead.

OnApplyTemplate ( ) : void

When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call M:System.Windows.Controls.Control.ApplyTemplate. In simplest terms, this means the method is called just before a UI element displays in an application.

SignInDialog ( ) : System

Initializes a new instance of the SignInDialog control.

비공개 메소드들

메소드 설명
AddTry ( string url ) : void
ChallengeCertificate ( IdentityManager credentialRequestInfos, Exception>.Action callback ) : void
ChallengeIWA ( IdentityManager credentialRequestInfos, Exception>.Action callback ) : bool
DoSignInInUIThread ( string url, Exception>.Action callback, IdentityManager generateTokenOptions, IdentityManager authenticationType = IdentityManager.AuthenticationType.Token ) : void
DoSignInInUIThreadEx ( IdentityManager credentialRequestInfos, Exception>.Action callback, IdentityManager generateTokenOptions ) : void
GenerateNetworkCredential ( ) : void
GenerateToken ( ) : void
GetResourceName ( string url ) : string
GetSuffix ( string url ) : string
MakeReplacements ( System.Windows.Controls.RichTextBox richTextBox, string xaml ) : void
OnPropertyChanged ( string propertyName ) : void
SetRichTextBoxErrorMessage ( ) : void
SetRichTextBoxMessage ( ) : void
TokenGenerated ( IdentityManager credential, Exception exc, long requestID ) : void
TryDone ( string url ) : bool
UpdateCanCancel ( ) : void
UpdateIsReady ( ) : void
XamlEncode ( string inputStr ) : string

메소드 상세

DoSignIn() 공개 정적인 메소드

Static challenge method leaveraging the SignInDialog in a child window.
This method manages token credential only. See DoSignInEx for the extended method managing all credential types.
public static DoSignIn ( string url, Exception>.Action callback, IdentityManager generateTokenOptions = null ) : void
url string The URL.
callback Exception>.Action The callback.
generateTokenOptions IdentityManager The generate token options.
리턴 void

DoSignInEx() 공개 정적인 메소드

Static challenge method leaveraging the SignInDialog in a child window. This method manages all credential types. Note however that in case of certificate authentication the SignInDialog UI is not used. The standard .Net dialog box for selecting an X.509 certificate from a certificate collection is used instead.
public static DoSignInEx ( IdentityManager credentialRequestInfos, Exception>.Action callback, IdentityManager generateTokenOptions = null ) : void
credentialRequestInfos IdentityManager The information about the credential to get.
callback Exception>.Action The callback.
generateTokenOptions IdentityManager The generate token options.
리턴 void

OnApplyTemplate() 공개 메소드

When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call M:System.Windows.Controls.Control.ApplyTemplate. In simplest terms, this means the method is called just before a UI element displays in an application.
public OnApplyTemplate ( ) : void
리턴 void

SignInDialog() 공개 메소드

Initializes a new instance of the SignInDialog control.
public SignInDialog ( ) : System
리턴 System

프로퍼티 상세

TitleProperty 공개적으로 정적으로 프로퍼티

Identifies the Title dependency property.
public static DependencyProperty,System.Windows TitleProperty
리턴 System.Windows.DependencyProperty