7 references to UnprotectStatus
Microsoft.AspNetCore.DataProtection (7)
KeyManagement\KeyRingBasedDataProtector.cs (7)
82UnprotectStatus status; 84requiresMigration = (status != UnprotectStatus.Ok); 85wasRevoked = (status == UnprotectStatus.DecryptionKeyWasRevoked); 186private byte[] UnprotectCore(byte[] protectedData, bool allowOperationsOnRevokedKeys, out UnprotectStatus status) 249status = UnprotectStatus.Ok; 252status = UnprotectStatus.DefaultEncryptionKeyChanged; 264status = UnprotectStatus.DecryptionKeyWasRevoked;