1 write to _innerProtector
Microsoft.AspNetCore.DataProtection.Extensions (1)
DataProtectionAdvancedExtensions.cs (1)
106
_innerProtector
= innerProtector;
2 references to _innerProtector
Microsoft.AspNetCore.DataProtection.Extensions (2)
DataProtectionAdvancedExtensions.cs (2)
120
return
_innerProtector
.Protect(plaintext, Expiration);
127
return
_innerProtector
.Unprotect(protectedData, out Expiration);