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