CngCbcAuthenticatedEncryptorDescriptorDeserializer Class

Definition

A class that can deserialize an XElement that represents the serialized version of an 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
Inheritance
CngCbcAuthenticatedEncryptorDescriptorDeserializer
Implements

Constructors

CngCbcAuthenticatedEncryptorDescriptorDeserializer()
CngCbcAuthenticatedEncryptorDescriptorDeserializer(IServiceProvider)

Methods

ImportFromXml(XElement)

Imports the CngCbcAuthenticatedEncryptorDescriptor from serialized XML.

Applies to