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