MCloud.NodeAuth.NodeAuth C# (CSharp) 메소드

NodeAuth() 공개 메소드

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

Same methods

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