VisualStudioCredential Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
GetToken(TokenRequestContext, CancellationToken) |
Obtains a access token from account signed in to Visual Studio. |
GetTokenAsync(TokenRequestContext, CancellationToken) |
Obtains a access token from account signed in to Visual Studio. |
Applies to
Azure SDK for .NET