Interface SecurityLevel2::TargetCredentials

interface TargetCredentials
inherits from SecurityLevel2::Credentials

This object represents the secure association that was set up with a target object, i.e. we are a client and this is our view of the target's credentials.



Attribute Index

association_options_used
This attribute contains the accepting options of the own credentials that were negotiated and finally used in the security context with the client.
initiating_credentials
This attibute cotains the "own" or "received" credentials that were used to initiate the secure association with the target.

Attributes

association_options_used
readonly attribute Security::AssociationOptions association_options_used;

This attribute contains the accepting options of the own credentials that were negotiated and finally used in the security context with the client.


initiating_credentials
readonly attribute Credentials initiating_credentials;

This attibute cotains the "own" or "received" credentials that were used to initiate the secure association with the target.



Generated by the ORBacus IDL-to-HTML translator (non-commercial)