Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel 命名空间
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
包含要与 中的 Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption类型一起使用的配置类型。
类
接口
IAuthenticatedEncryptorConfiguration |
作为与经过身份验证的加密相关的类型的工厂的基本配置。 |
IAuthenticatedEncryptorDescriptor |
一个独立描述符,用于包装所有信息 (包括机密密钥材料) 创建 实例 IAuthenticatedEncryptor所必需的。 |
IAuthenticatedEncryptorDescriptorDeserializer |
用于将 XML 元素反序列化为 IAuthenticatedEncryptorDescriptor的基本接口。 |
注解
有关 ASP.NET Core数据保护的详细信息,请参阅数据保护。