1 write to _dataProtector
Microsoft.AspNetCore.DataProtection.MicroBenchmarks (1)
Benchmarks\SpanDataProtectorComparison.cs (1)
72_dataProtector = serviceProvider.GetDataProtector("benchmark", "test");
3 references to _dataProtector
Microsoft.AspNetCore.DataProtection.MicroBenchmarks (3)
Benchmarks\SpanDataProtectorComparison.cs (3)
73_spanDataProtector = (ISpanDataProtector)_dataProtector; 86var protectedData = _dataProtector.Protect(_plaintext); 87var unprotectedData = _dataProtector.Unprotect(protectedData);