ICredentialBuilder Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, EventHandler) |
Creates a CredentialInfo object that contains the user name and password and uses the specified event-handler delegate for a Help dialog box. |
SetCredentials(IServiceProvider, Boolean) |
Creates a CredentialInfo object that contains the user name and password. |
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. |
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>) |
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) |
Displays a dialog box to gather credential information. |