1 write to _spanDataProtector
Microsoft.AspNetCore.DataProtection.MicroBenchmarks (1)
Benchmarks\SpanDataProtectorComparison.cs (1)
73
_spanDataProtector
= (ISpanDataProtector)_dataProtector;
4 references to _spanDataProtector
Microsoft.AspNetCore.DataProtection.MicroBenchmarks (4)
Benchmarks\SpanDataProtectorComparison.cs (4)
98
_spanDataProtector
.Protect(_plaintext, ref protectBuffer);
101
_spanDataProtector
.Unprotect(protectedSpan, ref unprotectBuffer);
120
_spanDataProtector
.Protect(_plaintext, ref protectBuffer);
123
_spanDataProtector
.Unprotect(protectedSpan, ref unprotectBuffer);