Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
RevokedReason.cs
2{
6 public enum RevokedReason
7 {
11 Unspecified = 0,
12
16 KeyCompromise = 1,
17
21 CACompromise = 2,
22
26 AffiliationChanged = 3,
27
31 Superseded = 4,
32
36 CessationOfOperation = 5,
37
41 CertificateHold = 6,
42
46 RemoveFromCRL = 8,
47
51 PrivilegeWithdrawn = 9,
52
56 AACompromise = 10
57 }
58}
RevokedReason
Reason for revoking a certificate
Definition: RevokedReason.cs:7