コード例 #1
0
        /// <summary>
        /// Default constructor
        /// </summary>
        public HmacDesignModel()
        {
            HmacChecked = true;
            Key         = "some kind of hash key";

            KeyFormat.Add(Format.Text.ToString());
            KeyFormat.Add(Format.Hex.ToString());
            KeyFormatSelected = Format.Text;
        }