3 references to CngGcmAuthenticatedEncryptorDescriptorDeserializer
Microsoft.AspNetCore.DataProtection (3)
AuthenticatedEncryption\ConfigurationModel\CngGcmAuthenticatedEncryptorDescriptor.cs (1)
58
return new XmlSerializedDescriptorInfo(rootElement, typeof(
CngGcmAuthenticatedEncryptorDescriptorDeserializer
));
KeyManagement\XmlKeyManager.cs (2)
610
else if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows) && typeof(
CngGcmAuthenticatedEncryptorDescriptorDeserializer
).MatchName(typeNameToMatch, _typeNameResolver))
612
return _activator.CreateInstance<
CngGcmAuthenticatedEncryptorDescriptorDeserializer
>(descriptorDeserializerTypeName);