Share via


CngGcmAuthenticatedEncryptorDescriptorDeserializer 类

定义

一个类,该类可以反序列化 XElement 表示 序列化版本的 CngGcmAuthenticatedEncryptorDescriptor

public ref class CngGcmAuthenticatedEncryptorDescriptorDeserializer sealed : Microsoft::AspNetCore::DataProtection::AuthenticatedEncryption::ConfigurationModel::IAuthenticatedEncryptorDescriptorDeserializer
public sealed class CngGcmAuthenticatedEncryptorDescriptorDeserializer : Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptorDeserializer
type CngGcmAuthenticatedEncryptorDescriptorDeserializer = class
    interface IAuthenticatedEncryptorDescriptorDeserializer
Public NotInheritable Class CngGcmAuthenticatedEncryptorDescriptorDeserializer
Implements IAuthenticatedEncryptorDescriptorDeserializer
继承
CngGcmAuthenticatedEncryptorDescriptorDeserializer
实现

构造函数

CngGcmAuthenticatedEncryptorDescriptorDeserializer()

一个类,该类可以反序列化 XElement 表示 序列化版本的 CngGcmAuthenticatedEncryptorDescriptor

CngGcmAuthenticatedEncryptorDescriptorDeserializer(IServiceProvider)

一个类,该类可以反序列化 XElement 表示 序列化版本的 CngGcmAuthenticatedEncryptorDescriptor

方法

ImportFromXml(XElement)

从序列化的 CngCbcAuthenticatedEncryptorDescriptor XML 导入 。

适用于