8#include "Arp/Base/Core/Enum.hxx" 
   68template<> 
struct fmt::formatter<
Arp::System::Commons::Services::Security::IdentityValidationError> : 
public fmt::ostream_formatter {};
 
std::uint16_t uint16
The Arp unsigned integer type of 2 byte size.
Definition: PrimitiveTypes.hpp:29
 
Namespace for security related services
 
IdentityValidationError
Numeric indicator about the success or failure of the validation of a device identity.
Definition: IdentityValidationError.hpp:22
 
@ ArgumentExceptionUnknownIdentity
The provided identity store is unknown.
 
@ VerificationFailureKeyMismatch
The device has no matching key for the identity. It is not trustworthy.
 
@ VerificationFailureMissingCertificate
The identity to validate does not have a certificate.
 
@ VerificationFailureCertificateInvalid
The certificate of the identity could not be validated. It is not trustworthy.
 
@ ArgumentExceptionTrustedCerts
The set of trusted certificates was empty or contained an invalid format.
 
Root namespace for the PLCnext API