AcTools.AcdFile.AcdEncryption.AcdEncryption C# (CSharp) 메소드

AcdEncryption() 공개 메소드

public AcdEncryption ( string id ) : System
id string
리턴 System
        public AcdEncryption(string id) {
            Id = id;
            Key = CreateKey(Id);
        }