TfsClientCredentials Constructor (WindowsCredential, Boolean)

Initializes a new TfsClientCredentials instance with the specified windows credential and default issued token credential.

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Public Sub New ( _
    windowsCredential As WindowsCredential, _
    allowInteractive As Boolean _
)
public TfsClientCredentials(
    WindowsCredential windowsCredential,
    bool allowInteractive
)
public:
TfsClientCredentials(
    WindowsCredential^ windowsCredential, 
    bool allowInteractive
)
new : 
        windowsCredential:WindowsCredential * 
        allowInteractive:bool -> TfsClientCredentials
public function TfsClientCredentials(
    windowsCredential : WindowsCredential, 
    allowInteractive : boolean
)

Parameters

  • allowInteractive
    Type: System.Boolean

    True if interactive prompts are allowed. Otherwise, false.

.NET Framework Security

See Also

Reference

TfsClientCredentials Class

TfsClientCredentials Overload

Microsoft.TeamFoundation.Client Namespace