Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new UICredentialsProvider instance.
Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Sub New ( _
    parentWindow As IWin32Window _
)
public UICredentialsProvider(
    IWin32Window parentWindow
)
public:
UICredentialsProvider(
    IWin32Window^ parentWindow
)
new : 
        parentWindow:IWin32Window -> UICredentialsProvider
public function UICredentialsProvider(
    parentWindow : IWin32Window
)
Parameters
- parentWindow 
 Type: System.Windows.Forms.IWin32Window- The parent window of the UICredentialsProvider window. 
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.