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