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