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