4 implementations of ImportFromXml
Microsoft.AspNetCore.DataProtection (4)
AuthenticatedEncryption\ConfigurationModel\AuthenticatedEncryptorDescriptorDeserializer.cs (1)
21public IAuthenticatedEncryptorDescriptor ImportFromXml(XElement element)
AuthenticatedEncryption\ConfigurationModel\CngCbcAuthenticatedEncryptorDescriptorDeserializer.cs (1)
22public IAuthenticatedEncryptorDescriptor ImportFromXml(XElement element)
AuthenticatedEncryption\ConfigurationModel\CngGcmAuthenticatedEncryptorDescriptorDeserializer.cs (1)
22public IAuthenticatedEncryptorDescriptor ImportFromXml(XElement element)
AuthenticatedEncryption\ConfigurationModel\ManagedAuthenticatedEncryptorDescriptorDeserializer.cs (1)
21public IAuthenticatedEncryptorDescriptor ImportFromXml(XElement element)
3 references to ImportFromXml
Microsoft.AspNetCore.DataProtection (3)
AuthenticatedEncryption\ConfigurationModel\XmlSerializedDescriptorInfo.cs (2)
21/// <param name="deserializerType">The class whose <see cref="IAuthenticatedEncryptorDescriptorDeserializer.ImportFromXml(XElement)"/> 40/// The class whose <see cref="IAuthenticatedEncryptorDescriptorDeserializer.ImportFromXml(XElement)"/>
KeyManagement\XmlKeyManager.cs (1)
583var descriptorInstance = deserializerInstance.ImportFromXml(unencryptedInputToDeserializer);