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