1 implementation of Unprotect
Microsoft.AspNetCore.DataProtection (1)
KeyManagement\KeyRingBasedSpanDataProtector.cs (1)
90
public void
Unprotect
<TWriter>(ReadOnlySpan<byte> protectedData, ref TWriter destination) where TWriter : IBufferWriter<byte>
4 references to Unprotect
Microsoft.AspNetCore.Antiforgery (1)
Internal\DefaultAntiforgeryTokenSerializer.cs (1)
50
_perfCryptoSystem.
Unprotect
(tokenBytesDecoded, ref protectBuffer);
Microsoft.AspNetCore.Components.Endpoints (1)
TempData\CookieTempDataProvider.cs (1)
74
_spanDataProtector.
Unprotect
(protectedBytes, ref unprotectBuffer);
Microsoft.AspNetCore.DataProtection.MicroBenchmarks (2)
Benchmarks\SpanDataProtectorComparison.cs (2)
101
_spanDataProtector.
Unprotect
(protectedSpan, ref unprotectBuffer);
123
_spanDataProtector.
Unprotect
(protectedSpan, ref unprotectBuffer);