C# Class GoogleCloudExtension.AddWindowsCredential.AddWindowsCredentialWindow

This class represents the AddWindowsCredential window.
Inheritance: GoogleCloudExtension.Theming.CommonDialogWindowBase
Show file Open project: GoogleCloudPlatform/google-cloud-visualstudio Class Usage Examples

Public Methods

Method Description
PromptUser ( Instance instance ) : AddWindowsCredentialResult

Prompt the user for the Windows credentials to use, returns the result of the operation.

Private Methods

Method Description
AddWindowsCredentialWindow ( Instance instance ) : Google.Apis.Compute.v1.Data

Method Details

PromptUser() public static method

Prompt the user for the Windows credentials to use, returns the result of the operation.
public static PromptUser ( Instance instance ) : AddWindowsCredentialResult
instance Instance The instance for which the credentials are added.
return AddWindowsCredentialResult