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

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

#include <dds_c_domain.h>

Public Attributes

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

Detailed Description

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

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

Member Data 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 DDSDomainParticipant 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).