1 implementation of Unprotect
Microsoft.AspNetCore.DataProtection (1)
KeyManagement\KeyRingBasedSpanDataProtector.cs (1)
76
public void
Unprotect
<TWriter>(ReadOnlySpan<byte> protectedData, ref TWriter destination) where TWriter : IBufferWriter<byte>
4 references to Unprotect
Microsoft.AspNetCore.DataProtection.MicroBenchmarks (2)
Benchmarks\SpanDataProtectorComparison.cs (2)
101
_spanDataProtector.
Unprotect
(protectedSpan, ref unprotectBuffer);
123
_spanDataProtector.
Unprotect
(protectedSpan, ref unprotectBuffer);
Microsoft.AspNetCore.DataProtection.Tests (2)
Internal\RoundtripEncryptionHelpers.cs (2)
75
protector.
Unprotect
(protectedResult, ref buffer);
86
protector.
Unprotect
(protectedByProtect, ref buffer);