1 implementation of Protect
Microsoft.AspNetCore.DataProtection.Extensions (1)
TimeLimitedDataProtector.cs (1)
49
public byte[]
Protect
(byte[] plaintext, DateTimeOffset expiration)
2 references to Protect
Microsoft.AspNetCore.DataProtection.Extensions (2)
DataProtectionAdvancedExtensions.cs (2)
28
return protector.
Protect
(plaintext, DateTimeOffset.UtcNow + lifetime);
120
return _innerProtector.
Protect
(plaintext, Expiration);