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