首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏圣杰的专栏

    集群环境下,你不得不注意的ASP.NET Core Data Protection 机制

    found in the key ring. 2019-09-30T18:34:55.473037193+08:00 at Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingBasedDataProtector.UnprotectCore UnprotectStatus& status) 2019-09-30T18:34:55.473046762+08:00 at Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingBasedDataProtector.DangerousUnprotect Boolean& wasRevoked) 2019-09-30T18:34:55.473055477+08:00 at Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingBasedDataProtector.Unprotect

    1.3K20发布于 2020-06-19
  • 来自专栏大内老A

    ASP.NET Core 6框架揭秘实例演示[20]:“数据保护”框架基于文件的密钥存储

    using Microsoft.AspNetCore.DataProtection; using Microsoft.AspNetCore.DataProtection.KeyManagement; using using Microsoft.AspNetCore.DataProtection; using Microsoft.AspNetCore.DataProtection.KeyManagement; using

    90540编辑于 2022-05-09
  • 来自专栏大内老A

    ASP.NET Core 6框架揭秘实例演示[19]:数据加解密与哈希

    using Microsoft.AspNetCore.DataProtection; using Microsoft.AspNetCore.DataProtection.KeyManagement; using Microsoft.AspNetCore.DataProtection.KeyManagement.Internal; using Microsoft.Extensions.DependencyInjection using Microsoft.AspNetCore.DataProtection; using Microsoft.AspNetCore.DataProtection.KeyManagement; using

    1.3K20编辑于 2022-05-09
  • 来自专栏全栈程序员必看

    configparser.nosectionerror_sqlsession was not registered

    services.AddDataProtection().PersistKeysToRedis(); 会在日志中出现下面的告警: warn: Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager

    47530编辑于 2022-10-02
  • 来自专栏阿龙的笔记

    在Windows下安装OpenSSH Server&部署秘钥

    想必也不是新手了吧,咱就用方便点的方法) 参考:https://docs.microsoft.com/zh-cn/windows-server/administration/openssh/openssh_keymanagement

    2.9K41编辑于 2022-12-02
  • 来自专栏MCP

    MCP(Model Context Protocol)配置安全方案:数据加密传输实践

    java.security.KeyPairGenerator;import java.security.PrivateKey;import java.security.PublicKey;public class KeyManagement EncryptionService.encryptData(aesKey, plainText); // 使用RSA公钥加密AES密钥 PublicKey publicKey = KeyManagement.loadPublicKeyFromHSM

    1.1K31编辑于 2025-05-05
  • 来自专栏NetCore 从壹开始

    (2/4) .NET Core Web API + Vue By Linux and Windows 部署方案知识点总结

    release [root@nine .release]# dotnet FD.CloudHisCoreApi.dll warn: Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager Protected data will be unavailable when container is destroyed. warn: Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager Protected data will be unavailable when container is destroyed. warn: Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager

    1.7K30编辑于 2023-01-09
  • 来自专栏圣杰的专栏

    .NET Core容器化@Docker

    HelloDocker.Web root@816b4e94de67:/HelloDocker.Web# dotnet run warn: Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager bundleconfig.json obj wwwroot root@d70b327f4b7e:/app# dotnet run warn: Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager

    1.9K70发布于 2018-01-11
  • 来自专栏角落的白板报

    Docker镜像创建容器的几种方法

    Protected data will be unavailable when container is destroyed. warn: Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager

    49.4K32发布于 2020-05-26
  • 来自专栏DotNet NB && CloudNative

    .NET 6 实现敏感词过滤

    安装完之后最好重新编译生成项目 四、创建"subContentCheck"类 敏感/违禁词汇因特殊内容不便上传,可自行在网站上查找 using Microsoft.AspNetCore.DataProtection.KeyManagement

    1.1K40编辑于 2023-08-29
  • 来自专栏DotNet NB && CloudNative

    .NET 6实现敏感词过滤的好组件

    安装完之后最好重新编译生成项目 四、创建“subContentCheck”类 敏感/违禁词汇因特殊内容不便上传,可自行在网站上查找 using Microsoft.AspNetCore.DataProtection.KeyManagement

    88641编辑于 2023-08-29
  • 来自专栏.NET5

    使用 Docker 在 Linux 上托管 ASP.NET Core 应用程序

    如命令执行成功,终端会有类似如下输出: $ docker run -it --rm -p 5000:80 todoapi warn: Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager

    2.3K70发布于 2019-05-14
领券