1 write to DeserializerType
Microsoft.AspNetCore.DataProtection (1)
AuthenticatedEncryption\ConfigurationModel\XmlSerializedDescriptorInfo.cs (1)
36
DeserializerType
= deserializerType;
10 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!),
Microsoft.AspNetCore.DataProtection.Tests (8)
AuthenticatedEncryption\ConfigurationModel\AuthenticatedEncryptorDescriptorTests.cs (2)
153
Assert.Equal(typeof(AuthenticatedEncryptorDescriptorDeserializer), retVal.
DeserializerType
);
176
Assert.Equal(typeof(AuthenticatedEncryptorDescriptorDeserializer), retVal.
DeserializerType
);
AuthenticatedEncryption\ConfigurationModel\CngCbcAuthenticatedEncryptorDescriptorTests.cs (2)
28
Assert.Equal(typeof(CngCbcAuthenticatedEncryptorDescriptorDeserializer), retVal.
DeserializerType
);
56
Assert.Equal(typeof(CngCbcAuthenticatedEncryptorDescriptorDeserializer), retVal.
DeserializerType
);
AuthenticatedEncryption\ConfigurationModel\CngGcmAuthenticatedEncryptorDescriptorTests.cs (2)
26
Assert.Equal(typeof(CngGcmAuthenticatedEncryptorDescriptorDeserializer), retVal.
DeserializerType
);
52
Assert.Equal(typeof(CngGcmAuthenticatedEncryptorDescriptorDeserializer), retVal.
DeserializerType
);
AuthenticatedEncryption\ConfigurationModel\ManagedAuthenticatedEncryptorDescriptorTests.cs (2)
27
Assert.Equal(typeof(ManagedAuthenticatedEncryptorDescriptorDeserializer), retVal.
DeserializerType
);
59
Assert.Equal(typeof(ManagedAuthenticatedEncryptorDescriptorDeserializer), retVal.
DeserializerType
);