init commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
namespace Org.BouncyCastle.Asn1.Cmp;
|
||||
|
||||
public enum PkiStatus
|
||||
{
|
||||
Granted,
|
||||
GrantedWithMods,
|
||||
Rejection,
|
||||
Waiting,
|
||||
RevocationWarning,
|
||||
RevocationNotification,
|
||||
KeyUpdateWarning
|
||||
}
|
||||
Reference in New Issue
Block a user