C# Class VaultSharp.Backends.Authentication.Providers.AwsEc2.AwsEc2AuthenticationProvider

Inheritance: IAuthenticationProvider
Afficher le fichier Open project: rajanadar/VaultSharp

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AwsEc2AuthenticationProvider ( AwsEc2AuthenticationInfo awsEc2AuthenticationInfo, IDataAccessManager dataAccessManager, bool continueAsyncTasksOnCapturedContext = false ) : System
GetTokenAsync ( ) : Task

Method Details

AwsEc2AuthenticationProvider() public méthode

public AwsEc2AuthenticationProvider ( AwsEc2AuthenticationInfo awsEc2AuthenticationInfo, IDataAccessManager dataAccessManager, bool continueAsyncTasksOnCapturedContext = false ) : System
awsEc2AuthenticationInfo VaultSharp.Backends.Authentication.Models.AwsEc2.AwsEc2AuthenticationInfo
dataAccessManager IDataAccessManager
continueAsyncTasksOnCapturedContext bool
Résultat System

GetTokenAsync() public méthode

public GetTokenAsync ( ) : Task
Résultat Task