5 lines
74 B
Dart
5 lines
74 B
Dart
enum SMimeSignatureStatus {
|
|
goodSignature,
|
|
badSignature,
|
|
notSigned
|
|
} |