VssClientCredentials Constructor (WindowsCredential)

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

Namespace:  Microsoft.VisualStudio.Services.Client
Assembly:  Microsoft.VisualStudio.Services.Client (in Microsoft.VisualStudio.Services.Client.dll)

Syntax

'Declaration
Public Sub New ( _
    windowsCredential As WindowsCredential _
)
public VssClientCredentials(
    WindowsCredential windowsCredential
)
public:
VssClientCredentials(
    WindowsCredential^ windowsCredential
)
new : 
        windowsCredential:WindowsCredential -> VssClientCredentials
public function VssClientCredentials(
    windowsCredential : WindowsCredential
)

Parameters

.NET Framework Security

See Also

Reference

VssClientCredentials Class

VssClientCredentials Overload

Microsoft.VisualStudio.Services.Client Namespace