1 instantiation of XmlRepositoryWithDeletion
Microsoft.AspNetCore.DataProtection.Tests (1)
KeyManagement\XmlKeyManagerTests.cs (1)
1013public static readonly IDeletableXmlRepository Instance = new XmlRepositoryWithDeletion();
1 reference to XmlRepositoryWithDeletion
Microsoft.AspNetCore.DataProtection.Tests (1)
KeyManagement\XmlKeyManagerTests.cs (1)
987XmlRepository = XmlRepositoryWithDeletion.Instance,