C# 클래스 VaultSharp.Backends.Authentication.Models.AppId.AppIdAuthenticationInfo

상속: IAuthenticationInfo
파일 보기 프로젝트 열기: rajanadar/VaultSharp 1 사용 예제들

공개 메소드들

메소드 설명
AppIdAuthenticationInfo ( string appId, string userId ) : System

Initializes a new instance of the AppIdAuthenticationInfo class.

AppIdAuthenticationInfo ( string mountPoint, string appId, string userId ) : System

Initializes a new instance of the AppIdAuthenticationInfo class.

메소드 상세

AppIdAuthenticationInfo() 공개 메소드

Initializes a new instance of the AppIdAuthenticationInfo class.
public AppIdAuthenticationInfo ( string appId, string userId ) : System
appId string The application identifier.
userId string The user identifier.
리턴 System

AppIdAuthenticationInfo() 공개 메소드

Initializes a new instance of the AppIdAuthenticationInfo class.
public AppIdAuthenticationInfo ( string mountPoint, string appId, string userId ) : System
mountPoint string The mount point.
appId string The application identifier.
userId string The user identifier.
리턴 System