CngCbcAuthenticatedEncryptorDescriptorDeserializer 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
一个类,该类可以反序列化 XElement 表示 的序列化版本 CngCbcAuthenticatedEncryptorDescriptor。
public ref class CngCbcAuthenticatedEncryptorDescriptorDeserializer sealed : Microsoft::AspNetCore::DataProtection::AuthenticatedEncryption::ConfigurationModel::IAuthenticatedEncryptorDescriptorDeserializer
public sealed class CngCbcAuthenticatedEncryptorDescriptorDeserializer : Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptorDeserializer
type CngCbcAuthenticatedEncryptorDescriptorDeserializer = class
interface IAuthenticatedEncryptorDescriptorDeserializer
Public NotInheritable Class CngCbcAuthenticatedEncryptorDescriptorDeserializer
Implements IAuthenticatedEncryptorDescriptorDeserializer
- 继承
-
CngCbcAuthenticatedEncryptorDescriptorDeserializer
- 实现
构造函数
CngCbcAuthenticatedEncryptorDescriptorDeserializer() |
一个类,该类可以反序列化 XElement 表示 的序列化版本 CngCbcAuthenticatedEncryptorDescriptor。 |
CngCbcAuthenticatedEncryptorDescriptorDeserializer(IServiceProvider) |
一个类,该类可以反序列化 XElement 表示 的序列化版本 CngCbcAuthenticatedEncryptorDescriptor。 |
方法
ImportFromXml(XElement) |
CngCbcAuthenticatedEncryptorDescriptor从序列化的 XML 导入 。 |