コード例 #1
0
ファイル: Extension.cs プロジェクト: bertvan/dropkick
 public static void EncryptWebConfig(this ProtoServer protoServer, string file)
 {
     var proto = new ProtoEncryptWebConfigTask(new DotNetPath(), file);
     protoServer.RegisterProtoTask(proto);
 }
コード例 #2
0
        public static void EncryptWebConfig(this ProtoServer protoServer, string file)
        {
            var proto = new ProtoEncryptWebConfigTask(new DotNetPath(), file);

            protoServer.RegisterProtoTask(proto);
        }