3 references to MyKeyEscrowSink1
Microsoft.AspNetCore.DataProtection.Tests (3)
RegistryPolicyResolverTests.cs (3)
43
["KeyEscrowSinks"] = String.Join(" ;; ; ", new Type[] { typeof(
MyKeyEscrowSink1
), typeof(MyKeyEscrowSink2) }.Select(t => t.AssemblyQualifiedName))
52
Assert.IsType<
MyKeyEscrowSink1
>(actualKeyEscrowSinks[0]);
61
var typeName = typeof(
MyKeyEscrowSink1
).AssemblyQualifiedName.Replace("MyKeyEscrowSink1", "MyKeyEscrowSinkDontExist");