1 write to Xml
Microsoft.AspNetCore.DataProtection.EntityFrameworkCore (1)
EntityFrameworkCoreXmlRepository.cs (1)
74
Xml
= element.ToString(SaveOptions.DisableFormatting)
3 references to Xml
Microsoft.AspNetCore.DataProtection.EntityFrameworkCore (3)
EntityFrameworkCoreXmlRepository.cs (3)
54
_logger.ReadingXmlFromKey(key.FriendlyName!, key.
Xml
);
56
if (!string.IsNullOrEmpty(key.
Xml
))
58
yield return XElement.Parse(key.
Xml
);