C# Class GoogleCloudExtension.ShowPassword.ShowPasswordWindow

This class represents the dialog that will show the user the Windows credentials obtained after a password reset.
Inheritance: GoogleCloudExtension.Theming.CommonDialogWindowBase
Exibir arquivo Open project: GoogleCloudPlatform/google-cloud-visualstudio Class Usage Examples

Public Methods

Method Description
PromptUser ( Options options ) : void

Shows the given credentials to the user.

Private Methods

Method Description
ShowPasswordWindow ( Options options ) : GoogleCloudExtension.Theming

Method Details

PromptUser() public static method

Shows the given credentials to the user.
public static PromptUser ( Options options ) : void
options Options
return void