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
windowsCredential
Type: Microsoft.VisualStudio.Services.Common.WindowsCredentialThe windows credential to use for authentication.
.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.