Apq.Cfg.Crypto.DataProtection.DataProtectionCryptoProvider.md 1.6 KB

Apq.Cfg.Crypto.DataProtection

DataProtectionCryptoProvider Class

使用 ASP.NET Core Data Protection 的加密提供者

public class DataProtectionCryptoProvider : Apq.Cfg.Crypto.ICryptoProvider

Inheritance System.Object 🡒 DataProtectionCryptoProvider

Implements Apq.Cfg.Crypto.ICryptoProvider

Remarks

Data Protection 提供了跨机器、跨应用的密钥管理和加密功能。 适用于 ASP.NET Core 应用程序,支持密钥轮换和撤销。

Constructors
DataProtectionCryptoProvider(IDataProtectionProvider, string) 初始化 Data Protection 加密提供者
Methods
Decrypt(string) 解密密文
Encrypt(string) 加密明文