1 implementation of Unprotect
Microsoft.Extensions.Identity.Core (1)
DefaultPersonalDataProtector.cs (1)
34public virtual string? Unprotect(string? data)
1 reference to Unprotect
Microsoft.AspNetCore.Identity.EntityFrameworkCore (1)
IdentityUserContext.cs (1)
111public PersonalDataConverter(IPersonalDataProtector protector) : base(s => protector.Protect(s), s => protector.Unprotect(s), default)