Share via


TfsClientCredentials.Windows Property

Gets the windows credential to use for NTLM authentication with the server.

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

Syntax

'Declaration
Public Property Windows As WindowsCredential
public WindowsCredential Windows { get; set; }
public:
property WindowsCredential^ Windows {
    WindowsCredential^ get ();
    void set (WindowsCredential^ value);
}
member Windows : WindowsCredential with get, set
function get Windows () : WindowsCredential 
function set Windows (value : WindowsCredential)

Property Value

Type: Microsoft.TeamFoundation.Client.WindowsCredential
Returns WindowsCredential.

.NET Framework Security

See Also

Reference

TfsClientCredentials Class

Microsoft.TeamFoundation.Client Namespace