C# Class Microsoft.Azure.Commands.KeyVault.Models.DataServiceCredential

Afficher le fichier Open project: Azure/azure-powershell Class Usage Examples

Méthodes publiques

Méthode Description
DataServiceCredential ( IAuthenticationFactory authFactory, Microsoft.Azure.Common.Authentication.Models.AzureContext context, Microsoft.Azure.Common.Authentication.Models.AzureEnvironment resourceIdEndpoint ) : Microsoft.Azure.Commands.Common.Authentication
GetToken ( ) : string
OnAuthentication ( string authority, string resource, string scope ) : Task

Authentication callback method required by KeyVaultClient

Private Methods

Méthode Description
GetTenantId ( Microsoft.Azure.Common.Authentication.Models.AzureContext context ) : string
GetTokenInternal ( string tenantId, IAuthenticationFactory authFactory, Microsoft.Azure.Common.Authentication.Models.AzureContext context, Microsoft.Azure.Common.Authentication.Models.AzureEnvironment resourceIdEndpoint ) : string>.Tuple

Method Details

DataServiceCredential() public méthode

public DataServiceCredential ( IAuthenticationFactory authFactory, Microsoft.Azure.Common.Authentication.Models.AzureContext context, Microsoft.Azure.Common.Authentication.Models.AzureEnvironment resourceIdEndpoint ) : Microsoft.Azure.Commands.Common.Authentication
authFactory IAuthenticationFactory
context Microsoft.Azure.Common.Authentication.Models.AzureContext
resourceIdEndpoint Microsoft.Azure.Common.Authentication.Models.AzureEnvironment
Résultat Microsoft.Azure.Commands.Common.Authentication

GetToken() public méthode

public GetToken ( ) : string
Résultat string

OnAuthentication() public méthode

Authentication callback method required by KeyVaultClient
public OnAuthentication ( string authority, string resource, string scope ) : Task
authority string
resource string
scope string
Résultat Task