SecurityReplaceable Enhancement.
A recognition that the information used to create the context from the vault may be necessary for querying and also note that a client oriented context is different from a server oriented context.
readonly attribute Security::AssociationOptions association_options_used;
Valid only after state reaches ClientEstablished or higher. The association option that was negotiated and used for this context.
readonly attribute SecurityLevel2::Credentials client_credentials;
The specific credentials object used for invocation. These credentials may be of the "own" or "received" type.
readonly attribute Security::DelegationMode delegation_mode;
Valid only afet staet reaches ClientEstablished or higher. The delegeation mode that was negotiated and used for this context.
readonly attribute Security::Opaque mech_data;
This is the mechanism data used in init_sec_context.
readonly attribute Security::AssociationOptions server_options_required;
Client Security Context: Accepting Options Of Target Probably from the IOR.
readonly attribute Security::AssociationOptions server_options_supported;
Client Security Context: Accepting Options Of Target Probably from the IOR.
readonly attribute Security::Opaque server_security_name;
The security name of the target used to create the context with.
readonly attribute SecurityLevel2::TargetCredentials target_credentials;
Credentails received from the peer.
Generated by the ORBacus IDL-to-HTML translator (non-commercial)