AcManager.Tools.ContentInstallation.BaseContentInstallator.TrySetPasswordAsync C# (CSharp) Method

TrySetPasswordAsync() public method

public TrySetPasswordAsync ( string password ) : Task
password string
return Task
        public virtual Task TrySetPasswordAsync(string password) {
            throw new NotSupportedException();
        }