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