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

TrySetPasswordAsync() public method

public TrySetPasswordAsync ( string password ) : System.Threading.Tasks.Task
password string
return System.Threading.Tasks.Task
        public override Task TrySetPasswordAsync(string password) {
            Password = password;
            return CreateExtractorAsync();
        }