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)
120return _innerProtector.Protect(plaintext, Expiration); 127return _innerProtector.Unprotect(protectedData, out Expiration);