MCloud.NodeAuth.NodeAuth C# (CSharp) Method

NodeAuth() public method

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

Same methods

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