7 references to UnprotectStatus
Microsoft.AspNetCore.DataProtection (7)
KeyManagement\KeyRingBasedDataProtector.cs (7)
192
UnprotectStatus
status;
194
requiresMigration = (status !=
UnprotectStatus
.Ok);
195
wasRevoked = (status ==
UnprotectStatus
.DecryptionKeyWasRevoked);
199
private byte[] UnprotectCore(byte[] protectedData, bool allowOperationsOnRevokedKeys, out
UnprotectStatus
status)
259
status =
UnprotectStatus
.Ok;
262
status =
UnprotectStatus
.DefaultEncryptionKeyChanged;
274
status =
UnprotectStatus
.DecryptionKeyWasRevoked;