mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2026-07-31 01:40:42 +00:00
PPAP integration
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace Esiur.Security.Authority;
|
||||
|
||||
/// <summary>
|
||||
/// Describes the current state of a post-encryption authentication key rotation.
|
||||
/// </summary>
|
||||
public enum AuthenticationKeyRotationRuling
|
||||
{
|
||||
Failed,
|
||||
InProgress,
|
||||
Succeeded,
|
||||
}
|
||||
Reference in New Issue
Block a user