C# 클래스 VaultSharp.Backends.Authentication.Models.UsernamePassword.UsernamePasswordAuthenticationInfo

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

공개 메소드들

메소드 설명
UsernamePasswordAuthenticationInfo ( string username, string password ) : VaultSharp.Infrastructure.Validation

Initializes a new instance of the UsernamePasswordAuthenticationInfo class.

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

Initializes a new instance of the UsernamePasswordAuthenticationInfo class.

메소드 상세

UsernamePasswordAuthenticationInfo() 공개 메소드

Initializes a new instance of the UsernamePasswordAuthenticationInfo class.
public UsernamePasswordAuthenticationInfo ( string username, string password ) : VaultSharp.Infrastructure.Validation
username string The username.
password string The password.
리턴 VaultSharp.Infrastructure.Validation

UsernamePasswordAuthenticationInfo() 공개 메소드

Initializes a new instance of the UsernamePasswordAuthenticationInfo class.
public UsernamePasswordAuthenticationInfo ( 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