CngGcmAuthenticatedEncryptorDescriptorDeserializer Class

Definition

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

Constructors

CngGcmAuthenticatedEncryptorDescriptorDeserializer()
CngGcmAuthenticatedEncryptorDescriptorDeserializer(IServiceProvider)

Methods

ImportFromXml(XElement)

Imports the CngCbcAuthenticatedEncryptorDescriptor from serialized XML.

Applies to