CngGcmAuthenticatedEncryptorDescriptorDeserializer 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
一个类,该类可以反序列化 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 导入 。 |