2 references to TimeLimitedWrappingProtector
Microsoft.AspNetCore.DataProtection.Extensions (2)
DataProtectionAdvancedExtensions.cs (2)
44var wrappingProtector = new TimeLimitedWrappingProtector(protector) { Expiration = expiration }; 93var wrappingProtector = new TimeLimitedWrappingProtector(protector);