C# Класс VaultSharp.Backends.Authentication.Models.LDAP.LDAPAuthenticationInfo

Represents the login information for the LDAP Authentication backend.
Наследование: IAuthenticationInfo
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
LDAPAuthenticationInfo ( string username, string password ) : VaultSharp.Infrastructure.Validation

Initializes a new instance of the LDAPAuthenticationInfo class.

LDAPAuthenticationInfo ( string mountPoint, string username, string password, string multiFactorPasscode = null, string multiFactorMethod = null ) : VaultSharp.Infrastructure.Validation

Initializes a new instance of the LDAPAuthenticationInfo class.

Описание методов

LDAPAuthenticationInfo() публичный Метод

Initializes a new instance of the LDAPAuthenticationInfo class.
public LDAPAuthenticationInfo ( string username, string password ) : VaultSharp.Infrastructure.Validation
username string The username.
password string The password.
Результат VaultSharp.Infrastructure.Validation

LDAPAuthenticationInfo() публичный Метод

Initializes a new instance of the LDAPAuthenticationInfo class.
public LDAPAuthenticationInfo ( string mountPoint, string username, string password, string multiFactorPasscode = null, string multiFactorMethod = null ) : VaultSharp.Infrastructure.Validation
mountPoint string The mount point.
username string The username.
password string The password.
multiFactorPasscode string The multi factor passcode.
multiFactorMethod string The multi factor method.
Результат VaultSharp.Infrastructure.Validation