示例#1
0
        /// <summary>
        /// 获取密码
        /// </summary>
        /// <returns></returns>
        public string GetPinBlock()
        {
            StringBuilder sbBlock = new StringBuilder();

            F10.SUNSON_ReadCypherPin(sbBlock);
            return(sbBlock.ToString().Substring(0, 16));
        }
示例#2
0
 public string GetPinBlock()
 {
     F10.SUNSON_ReadCypherPin(sbBlock);
     return(sbBlock.ToString().Substring(0, 16));
 }