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