CryptoOperationType
public enum CryptoOperationType: Int, Codable
Тип операции.
- Common: Общая операция
- RemovePortalByPortal: Удаление портала
- Authorization: Авторизация
- DocumentSignature: Подпись документа
- ExtensionVerification: ExtensionVerification
-
Общая операция
Declaration
Swift
case Common = 1
-
Удаление портала
Declaration
Swift
case RemovePortalByPortal
-
Авторизация
Declaration
Swift
case Authorization
-
Подпись документа
Declaration
Swift
case DocumentSignature
-
ExtensionVerification
Declaration
Swift
case ExtensionVerification = 10