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