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)
33return new TimeLimitedDataProtector(_innerProtector.CreateProtector(purpose)); 42var newValue = _innerProtector.CreateProtector(MyPurposeString); // we always append our purpose to the end of the chain