C# 클래스 MCloud.NodeAuth

An authorization mechanism for connecting to a node. These can be userid/password pairs, or userid and keyfile. The default user name is "root".
파일 보기 프로젝트 열기: jacksonh/MCloud 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DefaultUserName string

공개 메소드들

메소드 설명
NodeAuth ( NodeAuthType type, string secret ) : System

Create a new NodeAuth using the default username "root".

NodeAuth ( NodeAuthType type, string username, string secret ) : System

Create a new NodeAuth

메소드 상세

NodeAuth() 공개 메소드

Create a new NodeAuth using the default username "root".
public NodeAuth ( NodeAuthType type, string secret ) : System
type NodeAuthType
secret string
리턴 System

NodeAuth() 공개 메소드

Create a new NodeAuth
public NodeAuth ( NodeAuthType type, string username, string secret ) : System
type NodeAuthType
username string
secret string
리턴 System

프로퍼티 상세

DefaultUserName 공개적으로 정적으로 프로퍼티

public static string DefaultUserName
리턴 string