2 references to MyKeyEscrowSink2
Microsoft.AspNetCore.DataProtection.Tests (2)
Internal\KeyManagementOptionsSetupTest.cs (2)
49
["KeyEscrowSinks"] = String.Join(" ;; ; ", new Type[] { typeof(MyKeyEscrowSink1), typeof(
MyKeyEscrowSink2
) }.Select(t => t.AssemblyQualifiedName)),
65
k => Assert.IsType<
MyKeyEscrowSink2
>(k));