CredentialsDialog Class
Members See Also 
SourceCode.Workflow.WizardFramework.Authentication Namespace : CredentialsDialog Class



Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Class CredentialsDialog 
   Inherits System.Windows.Forms.Form
Visual Basic (Usage) Copy Code
Dim instance As CredentialsDialog
C#  
public class CredentialsDialog : System.Windows.Forms.Form 
C++/CLI  
public ref class CredentialsDialog : public System.Windows.Forms.Form 

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            System.Windows.Forms.ScrollableControl
               System.Windows.Forms.ContainerControl
                  System.Windows.Forms.Form
                     SourceCode.Workflow.WizardFramework.Authentication.CredentialsDialog

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also