UICredentialsProvider Constructor (CachedCredentialsType, IWin32Window)
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Sub New ( _
credentialsType As CachedCredentialsType, _
parentWindow As IWin32Window _
)
public UICredentialsProvider(
CachedCredentialsType credentialsType,
IWin32Window parentWindow
)
public:
UICredentialsProvider(
CachedCredentialsType credentialsType,
IWin32Window^ parentWindow
)
new :
credentialsType:CachedCredentialsType *
parentWindow:IWin32Window -> UICredentialsProvider
public function UICredentialsProvider(
credentialsType : CachedCredentialsType,
parentWindow : IWin32Window
)
Parameters
- credentialsType
Type: CachedCredentialsType
- parentWindow
Type: System.Windows.Forms.IWin32Window
.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.