C# 클래스 VaultSharp.Backends.Authentication.Models.LDAP.LDAPAuthenticationInfo

Represents the login information for the LDAP Authentication backend.
상속: IAuthenticationInfo
파일 보기 프로젝트 열기: rajanadar/VaultSharp 1 사용 예제들

공개 메소드들

메소드 설명
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