3 references to Unprotect
Microsoft.AspNetCore.Components.Endpoints (1)
Builder\OpaqueRedirection.cs (1)
79url = protector.Unprotect(protectedUrl[0]!);
Microsoft.AspNetCore.Components.Server (1)
ProtectedBrowserStorage\ProtectedBrowserStorage.cs (1)
134var json = protector.Unprotect(protectedJson);
Microsoft.AspNetCore.DataProtection.Extensions (1)
DataProtectionAdvancedExtensions.cs (1)
94string retVal = wrappingProtector.Unprotect(protectedData);