7 references to UnprotectStatus
Microsoft.AspNetCore.DataProtection (7)
KeyManagement\KeyRingBasedDataProtector.cs (7)
191
UnprotectStatus
status;
193
requiresMigration = (status !=
UnprotectStatus
.Ok);
194
wasRevoked = (status ==
UnprotectStatus
.DecryptionKeyWasRevoked);
198
private byte[] UnprotectCore(byte[] protectedData, bool allowOperationsOnRevokedKeys, out
UnprotectStatus
status)
258
status =
UnprotectStatus
.Ok;
261
status =
UnprotectStatus
.DefaultEncryptionKeyChanged;
273
status =
UnprotectStatus
.DecryptionKeyWasRevoked;