1 implementation of Unprotect
Microsoft.AspNetCore.DataProtection.Extensions (1)
TimeLimitedDataProtector.cs (1)
61public byte[] Unprotect(byte[] protectedData, out DateTimeOffset expiration)
1 reference to Unprotect
Microsoft.AspNetCore.DataProtection.Extensions (1)
DataProtectionAdvancedExtensions.cs (1)
127return _innerProtector.Unprotect(protectedData, out Expiration);