Property | Type | Description | |
---|---|---|---|
TitleProperty |
Property | Type | Description | |
---|---|---|---|
Cancel | void | ||
DoSignInInUIThread | Task |
||
GenerateCredentialAsync | System.Threading.Tasks.Task | ||
GenerateNetworkCredential | Credential | ||
GenerateTokenCredentialAsync | Task |
||
GetResourceName | string | ||
GetSuffix | string | ||
MakeReplacements | void | ||
OnPropertyChanged | void | ||
SetRichTextBoxErrorMessage | void | ||
SetRichTextBoxMessage | void | ||
UpdateCanCancel | void | ||
UpdateCanGenerate | void | ||
WaitForCredentialAsync | Task |
||
XamlEncode | string |
Method | Description | |
---|---|---|
CreateCredentialAsync ( CredentialRequestInfo credentialRequestInfo ) : Task |
Challenge handler leaveraging the SignInDialog in a child window dialog.
|
|
OnApplyTemplate ( ) : void |
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call T: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.
|
Method | Description | |
---|---|---|
Cancel ( ) : void | ||
DoSignInInUIThread ( CredentialRequestInfo credentialRequestInfo ) : Task |
||
GenerateCredentialAsync ( ) : System.Threading.Tasks.Task | ||
GenerateNetworkCredential ( ) : Credential | ||
GenerateTokenCredentialAsync ( ) : Task |
||
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 | ||
UpdateCanCancel ( ) : void | ||
UpdateCanGenerate ( ) : void | ||
WaitForCredentialAsync ( CredentialRequestInfo credentialRequestInfo ) : Task |
||
XamlEncode ( string inputStr ) : string |
public CreateCredentialAsync ( CredentialRequestInfo credentialRequestInfo ) : Task |
||
credentialRequestInfo | CredentialRequestInfo | |
return | Task |