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)
79
random.NextBytes(
_plaintext
);
86
var protectedData = _dataProtector.Protect(
_plaintext
);
98
_spanDataProtector.Protect(
_plaintext
, ref protectBuffer);
120
_spanDataProtector.Protect(
_plaintext
, ref protectBuffer);