VssCredentials Constructor (WindowsCredential)

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

VssCredentials Class

VssCredentials Overload

Microsoft.VisualStudio.Services.Common Namespace