Implemented interface member:
property
IsRevoked
Microsoft.AspNetCore.DataProtection.KeyManagement.IKey.IsRevoked
2 writes to IsRevoked
Microsoft.AspNetCore.DataProtection (2)
KeyManagement\Key.cs (2)
203IsRevoked = true; 219IsRevoked = IsRevoked,
5 references to IsRevoked
Microsoft.AspNetCore.DataProtection (1)
KeyManagement\Key.cs (1)
219IsRevoked = IsRevoked,
Microsoft.AspNetCore.DataProtection.Tests (4)
KeyManagement\DeferredKeyTests.cs (2)
53Assert.False(key.IsRevoked); 55Assert.True(key.IsRevoked);
KeyManagement\KeyTests.cs (2)
43Assert.False(key.IsRevoked); 45Assert.True(key.IsRevoked);