2 references to GetDataProtector
Microsoft.AspNetCore.DataProtection.Abstractions.Tests (2)
DataProtectionCommonExtensionsTests.cs (2)
151testCode: () => services.GetDataProtector((IEnumerable<string>)purposes), 193var retVal = services.GetDataProtector((IEnumerable<string>)new string[] { "first", "second", "third" });