1 instantiation of XmlRepositoryWithoutDeletion
Microsoft.AspNetCore.DataProtection.Tests (1)
KeyManagement\XmlKeyManagerTests.cs (1)
1011
public static readonly IXmlRepository Instance = new
XmlRepositoryWithoutDeletion
();
1 reference to XmlRepositoryWithoutDeletion
Microsoft.AspNetCore.DataProtection.Tests (1)
KeyManagement\XmlKeyManagerTests.cs (1)
1002
XmlRepository =
XmlRepositoryWithoutDeletion
.Instance,