2 references to PlaintextLength
Microsoft.AspNetCore.DataProtection.MicroBenchmarks (2)
Benchmarks\SpanDataProtectorComparison.cs (2)
78
_plaintext = new byte[
PlaintextLength
];
95
var unprotectBuffer = new PooledArrayBufferWriter<byte>(initialCapacity:
PlaintextLength
);