2 references to MyKeyEscrowSink2
Microsoft.AspNetCore.DataProtection.Tests (2)
RegistryPolicyResolverTests.cs (2)
39["KeyEscrowSinks"] = String.Join(" ;; ; ", new Type[] { typeof(MyKeyEscrowSink1), typeof(MyKeyEscrowSink2) }.Select(t => t.AssemblyQualifiedName)) 49Assert.IsType<MyKeyEscrowSink2>(actualKeyEscrowSinks[1]);