8#include "Arp/System/Core/Enum.hxx"
10namespace Arp {
namespace System {
namespace Commons {
namespace Security
std::uint8_t uint8
The Arp unsigned integer type of 1 byte size.
Definition: PrimitiveTypes.hpp:28
@ System
System components used by the System, Device, Plc or Io domains.
SecurityConfigurationError
Enumeration of possible error codes when interacting with classes in the Security namespace
Definition: SecurityConfigurationError.hpp:17
@ ReadOnly
The store is read only and may not be modified
@ ListTypeNotSupported
The passed ListType is not supported by the implementation of this function
@ ItemNotFound
The named item was not found. E.g. a certificate was not found
@ IOError
An error while writing to disk occured
@ KeyTypeNotSupported
The implementation or function does not support the given keytype
@ StoreNotFound
The named store was not found
@ StoreExists
A store with the name already exists. This can occur when trying to rename a store
Root namespace for the PLCnext API