File: JSONRPCContainer.cs

package info (click to toggle)
keepass2-plugin-keepassrpc 2.0.2%2Bdfsg2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,304 kB
  • sloc: cs: 29,001; makefile: 16
file content (9 lines) | stat: -rw-r--r-- 175 bytes parent folder | download
1
2
3
4
5
6
7
8
9
namespace KeePassRPC.Models.DataExchange
{
    public class JSONRPCContainer
    {
        public string message;
        public string iv;
        public string hmac;
    }
}