7 references to UnprotectStatus
Microsoft.AspNetCore.DataProtection (7)
KeyManagement\KeyRingBasedDataProtector.cs (7)
82
UnprotectStatus
status;
84
requiresMigration = (status !=
UnprotectStatus
.Ok);
85
wasRevoked = (status ==
UnprotectStatus
.DecryptionKeyWasRevoked);
186
private byte[] UnprotectCore(byte[] protectedData, bool allowOperationsOnRevokedKeys, out
UnprotectStatus
status)
249
status =
UnprotectStatus
.Ok;
252
status =
UnprotectStatus
.DefaultEncryptionKeyChanged;
264
status =
UnprotectStatus
.DecryptionKeyWasRevoked;