C# Class VaultSharp.Backends.Authentication.Providers.LDAP.LDAPAuthenticationProvider

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetTokenAsync ( ) : Task
LDAPAuthenticationProvider ( LDAPAuthenticationInfo ldapAuthenticationInfo, IDataAccessManager dataAccessManager, bool continueAsyncTasksOnCapturedContext = false ) : System

Method Details

GetTokenAsync() public méthode

public GetTokenAsync ( ) : Task
Résultat Task

LDAPAuthenticationProvider() public méthode

public LDAPAuthenticationProvider ( LDAPAuthenticationInfo ldapAuthenticationInfo, IDataAccessManager dataAccessManager, bool continueAsyncTasksOnCapturedContext = false ) : System
ldapAuthenticationInfo VaultSharp.Backends.Authentication.Models.LDAP.LDAPAuthenticationInfo
dataAccessManager IDataAccessManager
continueAsyncTasksOnCapturedContext bool
Résultat System