Table of Contents

Class WindowsGuiCredentialProvider

Namespace
NanoByte.Common.Net
Assembly
NanoByte.Common.dll

Asks the user for NetworkCredentials using the Windows Credential Manager GUI.

public class WindowsGuiCredentialProvider : WindowsCredentialProvider, ICredentialProvider
Inheritance
WindowsGuiCredentialProvider
Implements
Inherited Members
Extension Methods

Methods

GetCredential(string, WindowsCredentialsFlags)

Performs the actual WindowsCredentials API call to prompt the user or the credential store for credentials.

protected override NetworkCredential GetCredential(string target, WindowsCredentialsFlags flags)

Parameters

target string

A string identifying the target the credentials are intended for.

flags WindowsCredentialsFlags

Flags for configuring the prompt.

Returns

NetworkCredential