摘要: 1,c# .net framework RSA 加密签名; // privatekey 私钥字符串 byte[] keyData = Convert.FromBase64String(privatekey); using (CngKey cngKey = CngKey.Import(keyData, 阅读全文
posted @ 2021-08-11 15:25 llsfast 阅读(496) 评论(0) 推荐(0) 编辑
摘要: 1,项目准备; 创建一个.net Core 3.1 web 项目; 在项目根目录添加 DockerFile 文件; Dockerfile 文件内容为: # 使用的镜像; FROM mcr.microsoft.com/dotnet/aspnet:3.1 # docker 内部工作目录,可自定义; WO 阅读全文
posted @ 2021-08-11 11:48 llsfast 阅读(47) 评论(0) 推荐(0) 编辑