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