2 instantiations of TimeLimitedWrappingProtector
Microsoft.AspNetCore.DataProtection.Extensions (2)
DataProtectionAdvancedExtensions.cs (2)
44
var wrappingProtector = new
TimeLimitedWrappingProtector
(protector) { Expiration = expiration };
93
var wrappingProtector = new
TimeLimitedWrappingProtector
(protector);
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);