3 references to CngCbcAuthenticatedEncryptorDescriptorDeserializer
Microsoft.AspNetCore.DataProtection (3)
AuthenticatedEncryption\ConfigurationModel\CngCbcAuthenticatedEncryptorDescriptor.cs (1)
67
return new XmlSerializedDescriptorInfo(rootElement, typeof(
CngCbcAuthenticatedEncryptorDescriptorDeserializer
));
KeyManagement\XmlKeyManager.cs (2)
606
else if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows) && typeof(
CngCbcAuthenticatedEncryptorDescriptorDeserializer
).MatchName(typeNameToMatch, _typeNameResolver))
608
return _activator.CreateInstance<
CngCbcAuthenticatedEncryptorDescriptorDeserializer
>(descriptorDeserializerTypeName);