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