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