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