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

Inheritance: IAuthenticationProvider
ファイルを表示 Open project: rajanadar/VaultSharp

Private Properties

Property Type Description

Public Methods

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

Method Details

GetTokenAsync() public method

public GetTokenAsync ( ) : Task
return Task

LDAPAuthenticationProvider() public method

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