Поделиться через


VisualStudioCredential Class

Definition

Enables authentication to Microsoft Entra ID using data from Visual Studio 2017 or later. See https://learn.microsoft.com/dotnet/azure/configure-visual-studio for more information on how to configure Visual Studio for Azure development.

public class VisualStudioCredential : Azure.Core.TokenCredential
type VisualStudioCredential = class
    inherit TokenCredential
Public Class VisualStudioCredential
Inherits TokenCredential
Inheritance

Constructors

VisualStudioCredential()

Creates a new instance of the VisualStudioCredential.

VisualStudioCredential(VisualStudioCredentialOptions)

Creates a new instance of the VisualStudioCredential with the specified options.

Methods

CreateTokenOptions(IReadOnlyDictionary<String,Object>)

Creates a new instance of GetTokenOptions using the provided properties.

(Inherited from TokenCredential)
GetToken(GetTokenOptions, CancellationToken)

Gets an AuthenticationToken for the provided properties.

(Inherited from TokenCredential)
GetToken(TokenRequestContext, CancellationToken)

Obtains a access token from account signed in to Visual Studio.

GetTokenAsync(GetTokenOptions, CancellationToken)

Gets an AuthenticationToken for the provided properties.

(Inherited from TokenCredential)
GetTokenAsync(TokenRequestContext, CancellationToken)

Obtains a access token from account signed in to Visual Studio.

Applies to