7 references to UnprotectStatus
Microsoft.AspNetCore.DataProtection (7)
KeyManagement\KeyRingBasedDataProtector.cs (7)
86
UnprotectStatus
status;
88
requiresMigration = (status !=
UnprotectStatus
.Ok);
89
wasRevoked = (status ==
UnprotectStatus
.DecryptionKeyWasRevoked);
190
private byte[] UnprotectCore(byte[] protectedData, bool allowOperationsOnRevokedKeys, out
UnprotectStatus
status)
253
status =
UnprotectStatus
.Ok;
256
status =
UnprotectStatus
.DefaultEncryptionKeyChanged;
268
status =
UnprotectStatus
.DecryptionKeyWasRevoked;