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