1 write to DeserializerType
Microsoft.AspNetCore.DataProtection (1)
AuthenticatedEncryption\ConfigurationModel\XmlSerializedDescriptorInfo.cs (1)
36
DeserializerType
= deserializerType;
2 references to DeserializerType
Microsoft.AspNetCore.DataProtection (2)
KeyManagement\XmlKeyManager.cs (2)
521
_logger.DescriptorDeserializerTypeForKeyIs(keyId, descriptorXmlInfo.
DeserializerType
.AssemblyQualifiedName!);
531
new XAttribute(DeserializerTypeAttributeName, descriptorXmlInfo.
DeserializerType
.AssemblyQualifiedName!),