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