资源简介
pki信息加密
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using System.Diagnostics;
using System.Security.Cryptography.X509Certificates;
using System.IO;
using System.Security.Cryptography;
namespace PKI2
{
public partial class DeDES : Form
{
public DeDES()
{
InitializeComponent();
}
private void button_getCer_Click(object sender EventArgs e)
{
OpenFileDialog of = new OpenFileDialog();
if (of.ShowDialog() == DialogResult.OK)
{
labelCerPath.Text = of.FileName;
}
}
pr
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 167 2017-06-26 10:15 PKI2\App.config
文件 187 2013-11-26 22:10 PKI2\bin\Debug\app.publish\Application Files\PKI2_1_0_0_0\PKI2.exe.config.deploy
文件 37888 2013-12-04 20:31 PKI2\bin\Debug\app.publish\Application Files\PKI2_1_0_0_0\PKI2.exe.deploy
文件 7069 2013-12-04 20:31 PKI2\bin\Debug\app.publish\Application Files\PKI2_1_0_0_0\PKI2.exe.manifest
文件 45 2013-12-04 20:31 PKI2\bin\Debug\app.publish\autorun.inf
文件 5541 2013-12-04 20:31 PKI2\bin\Debug\app.publish\PKI2.application
文件 432032 2013-12-04 20:31 PKI2\bin\Debug\app.publish\setup.exe
文件 1791 2017-06-26 17:44 PKI2\bin\Debug\PKI2.application
文件 38400 2017-06-26 17:44 PKI2\bin\Debug\PKI2.exe
文件 167 2017-06-26 10:15 PKI2\bin\Debug\PKI2.exe.config
文件 3374 2017-06-26 17:44 PKI2\bin\Debug\PKI2.exe.manifest
文件 101888 2017-06-26 17:44 PKI2\bin\Debug\PKI2.pdb
文件 1791 2017-06-26 17:41 PKI2\bin\Debug\PKI2.vshost.application
文件 11592 2017-06-26 17:43 PKI2\bin\Debug\PKI2.vshost.exe
文件 167 2017-06-26 10:15 PKI2\bin\Debug\PKI2.vshost.exe.config
文件 3374 2017-06-26 17:41 PKI2\bin\Debug\PKI2.vshost.exe.manifest
文件 1828 2017-06-26 17:05 PKI2\DeDES.cs
文件 10561 2017-06-26 17:05 PKI2\DeDES.Designer.cs
文件 5817 2017-06-26 17:05 PKI2\DeDES.resx
文件 1946 2013-11-27 16:33 PKI2\EnDES.cs
文件 10127 2013-11-27 15:08 PKI2\EnDES.Designer.cs
文件 5817 2013-11-27 15:08 PKI2\EnDES.resx
文件 21678 2017-06-26 17:44 PKI2\Form1.cs
文件 25126 2017-06-26 17:44 PKI2\Form1.Designer.cs
文件 5817 2017-06-26 17:44 PKI2\Form1.resx
文件 6135 2013-11-27 15:41 PKI2\madecer.cs
文件 14105 2013-11-27 15:41 PKI2\madecer.Designer.cs
文件 5817 2013-11-27 15:41 PKI2\madecer.resx
文件 2973 2017-06-26 10:15 PKI2\obj\Debug\DesignTimeResolveAssemblyReferences.cache
文件 6179 2017-06-26 17:44 PKI2\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
............此处省略48个文件信息
- 上一篇:C# TCP 通信数据、文件的传输
- 下一篇:赞C#案例开发集锦 随书
相关资源
- SocketAsyncEventArgs完成断开编程
- 基于WinPcap的C# ARP欺骗软件().rar
- C#网络应用编程 矩阵并行计算练习
- 猜数小游戏WCF网络编程技术(附服务
-
C# 播放铃声(AxWindowsMediaPla
yer)最新 - VC中PC SC智能卡接口的编程
- Code First与 DB First 两种编程风格
- opc C#编程实现的客户端与西门子OPC服
- VTKCSharp C# VTK混合编程
- shiboqi 采用C#编程
- C#访问OpcServer实现读写PLC
- C#通过OPC连接PLC读写数据
- C#常用类库(超详细)
- c#高级编程(第10版)高清原版.pdf
- C#调用摄像头AForge实现扫描条码解析
- C# 控制虚拟摄像头.rar
- C#调用ffmpeg录屏并通过网络发送出去
- C#通过Kepserver 与PLC通信配置及C#实现读
- C# 学生宿舍管理系统(基于mysql)
- C#图书管理系统C#图书管理系统C#图书
- Visual C#中的多线程编程
- [C#游戏编程].C-#.Game.Programming.-.For.Se
- (C#编程)渴望提升技术,寻求共同学
- 某大型软件公司C#编程规范V2.0.doc
- C#编程连接蓝牙设备,文件收发
- WCF和TCP消息通信练习
- Socket编程
- C#异步并行编程
- C#编程ATM
- 网络编程基础教学文件
评论
共有 条评论