RTI Connext Micro C API Version 4.3.0
Loading...
Searching...
No Matches
DDS_TrustQosPolicy Struct Reference

<<eXtension>> <<cert>> Configures the security plugin suite used by a DDS_DomainParticipant. More...

#include <dds_c_domain.h>

Data Fields

RT_ComponentFactoryId_T suite
 The name of the registered security plugin suite to use.
 

Detailed Description

<<eXtension>> <<cert>> Configures the security plugin suite used by a DDS_DomainParticipant.

Entity:
DDS_DomainParticipant
Properties:
RxO = N/A
Changeable = NO

Field Documentation

◆ suite

RT_ComponentFactoryId_T DDS_TrustQosPolicy::suite

The name of the registered security plugin suite to use.

Identifies which registered security plugin suite the DDS_DomainParticipant will use for secure communication. The name must match the name used when registering the plugin suite with the RT_Registry.

Use RT_ComponentFactoryId_set_name to set this field.

See also
DDS_DomainParticipantQos

[default] Empty (no security plugin suite).