pub type IdentityToken = DataHolder;Expand description
IdentityToken (spec §7.4.1.4 Tab.16; PKI-DH §10.3.2 Tab.51).
Sent in the SPDP announce as PID_IDENTITY_TOKEN (0x1001).
Aliased Type§
pub struct IdentityToken {
pub class_id: String,
pub properties: Vec<WireProperty>,
pub binary_properties: Vec<BinaryProperty>,
}Fields§
§class_id: StringPlugin class id, e.g. "DDS:Auth:PKI-DH:1.2".
properties: Vec<WireProperty>String properties (spec §7.2.6 Tab.5).
binary_properties: Vec<BinaryProperty>Binary properties (spec §7.2.6 Tab.6).