1 write to _innerProtector
Microsoft.AspNetCore.DataProtection.Extensions (1)
TimeLimitedDataProtector.cs (1)
26
_innerProtector
= innerProtector;
2 references to _innerProtector
Microsoft.AspNetCore.DataProtection.Extensions (2)
TimeLimitedDataProtector.cs (2)
33
return new TimeLimitedDataProtector(
_innerProtector
.CreateProtector(purpose));
42
var newValue =
_innerProtector
.CreateProtector(MyPurposeString); // we always append our purpose to the end of the chain