ICredentialBuilder Interface

Definition

Provides a dialog box for obtaining user credentials.

public interface class ICredentialBuilder
public interface ICredentialBuilder
type ICredentialBuilder = interface
Public Interface ICredentialBuilder

Methods

SetCredentials(IServiceProvider, Boolean)

Creates a CredentialInfo object that contains the user name and password.

SetCredentials(IServiceProvider, Boolean, EventHandler)

Creates a CredentialInfo object that contains the user name and password and uses the specified event-handler delegate for a Help dialog box.

SpecifyCredentials(IServiceProvider, String, String, String, Boolean, Boolean, String, String, String)

Displays a dialog box to gather credential information.

SpecifyCredentials(IServiceProvider, String, String, String, Boolean, Boolean, String, String, String, EventHandler<CredentialInfoEventArgs>)

Displays a dialog box to gather credential information, using the specified event-handler delegate for saving changes.

SpecifyCredentials(IServiceProvider, String, String, String, Boolean, Boolean, String, String, String, EventHandler<CredentialInfoEventArgs>, EventHandler)

Displays a dialog box to gather credential information, using the specified event-handler delegates for saving changes and displaying Help.

SpecifyCredentials(IServiceProvider, String, String, String, Boolean, Boolean, String, String, String, EventHandler<CredentialInfoEventArgs>, EventHandler, Boolean)

Displays a dialog box to gather credential information, using the specified event-handler delegates for saving changes and displaying Help and the specified read-only parameter for the dialog box text.

Applies to