VssClientCredentials Constructor (WindowsCredential, CredentialPromptType)
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, _
promptType As CredentialPromptType _
)
public VssClientCredentials(
WindowsCredential windowsCredential,
CredentialPromptType promptType
)
public:
VssClientCredentials(
WindowsCredential^ windowsCredential,
CredentialPromptType promptType
)
new :
windowsCredential:WindowsCredential *
promptType:CredentialPromptType -> VssClientCredentials
public function VssClientCredentials(
windowsCredential : WindowsCredential,
promptType : CredentialPromptType
)
Parameters
windowsCredential
Type: Microsoft.VisualStudio.Services.Common.WindowsCredentialThe windows credential to use for authentication.
promptType
Type: Microsoft.VisualStudio.Services.Common.CredentialPromptTypeCredentialPromptType.PromptIfNeeded if interactive prompts are allowed, otherwise CredentialProptType.DoNotPrompt.
.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.