AcManager.Tools.ContentInstallation.BaseContentInstallator.TrySetPasswordAsync C# (CSharp) 메소드

TrySetPasswordAsync() 공개 메소드

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