This documentation is archived and is not being maintained.

VssClientCredentials Class

Visual Studio 2013

Provides credentials to use when connecting to a Visual Studio Service.

System.Object
  Microsoft.VisualStudio.Services.Common.VssCredentials
    Microsoft.VisualStudio.Services.Client.VssClientCredentials

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

'Declaration
Public Class VssClientCredentials _
	Inherits VssCredentials

The VssClientCredentials type exposes the following members.

  NameDescription
Public methodVssClientCredentialsInitializes a new VssClientCredentials instance with default credentials.
Public methodVssClientCredentials(Boolean)Initializes a new VssClientCredentials instance with default credentials if specified.
Public methodVssClientCredentials(FederatedCredential)Initializes a new VssClientCredentials instance with the specified windows credential and default issued token credential.
Public methodVssClientCredentials(IVssCredentialPrompt)Initializes a new VssClientCredentials instance with default credentials and the specified credential prompt.
Public methodVssClientCredentials(WindowsCredential)Initializes a new VssClientCredentials instance with the specified windows credential and default issued token credential.
Public methodVssClientCredentials(WindowsCredential, CredentialPromptType)Initializes a new VssClientCredentials instance with the specified windows credential and default issued token credential.
Public methodVssClientCredentials(WindowsCredential, FederatedCredential)Initializes a new VssClientCredentials instance with the specified windows and issued token credential.
Public methodVssClientCredentials(WindowsCredential, FederatedCredential, CredentialPromptType)Initializes a new VssClientCredentials instance with the specified windows and issued token credential.
Public methodVssClientCredentials(WindowsCredential, FederatedCredential, CredentialPromptType, TaskScheduler)Initializes a new VssClientCredentials instance with the specified windows and issued token credential.
Public methodVssClientCredentials(WindowsCredential, FederatedCredential, CredentialPromptType, TaskScheduler, IVssCredentialPrompt)Initializes a new VssCredentials instance with the specified windows and issued token credential.
Top

  NameDescription
Public propertyFederated (Inherited from VssCredentials.)
Public propertyPromptType (Inherited from VssCredentials.)
Public propertyStorage (Inherited from VssCredentials.)
Public propertyWindows (Inherited from VssCredentials.)
Top

  NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object. (Inherited from Object.)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public methodGetHashCodeServes as the default hash function. (Inherited from Object.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodToStringReturns a string that represents the current object. (Inherited from Object.)
Top

  NameDescription
Public operatorStatic memberWidening(FederatedCredential to VssClientCredentials)Implicitly converts a FederatedCredential instance into a VssClientCredentials instance.
Public operatorStatic memberWidening(WindowsCredential to VssClientCredentials)Implicitly converts a WindowsCredential instance into a VssClientCredentials instance.
Top

  NameDescription
Protected fieldm_federatedCredential (Inherited from VssCredentials.)
Protected fieldm_windowsCredential (Inherited from VssCredentials.)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: