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