1 write to _plaintext
Microsoft.AspNetCore.DataProtection.MicroBenchmarks (1)
Benchmarks\SpanDataProtectorComparison.cs (1)
78_plaintext = new byte[PlaintextLength];
4 references to _plaintext
Microsoft.AspNetCore.DataProtection.MicroBenchmarks (4)
Benchmarks\SpanDataProtectorComparison.cs (4)
79random.NextBytes(_plaintext); 86var protectedData = _dataProtector.Protect(_plaintext); 98_spanDataProtector.Protect(_plaintext, ref protectBuffer); 120_spanDataProtector.Protect(_plaintext, ref protectBuffer);