attribute Security::AssociationOptions accepting_options_required;
    attribute Security::AssociationOptions accepting_options_supported;
    readonly attribute Security::AuthenticationStatus authentication_state;
    readonly attribute Security::InvocationCredentialsType credentials_type;
    attribute Security::AssociationOptions invocation_options_required;
    attribute Security::AssociationOptions invocation_options_supported;
    readonly attribute Security::MechanismType mechanism;
    SecurityLevel2::Credentials copy
    (
    );
    void destroy
    (
    );
    Security::AttributeList get_attributes
    (
        in Security::AttributeTypeList attributes
    );
    boolean get_security_feature
    (
        in Security::CommunicationDirection direction,
        in Security::SecurityFeature feature
    );
    boolean is_valid
    (
        out Security::UtcT expiry_time
    );
    boolean refresh
    (
        in Security::Opaque refresh_data
    );
    boolean set_privileges
    (
        in boolean force_commit,
        in Security::AttributeList requested_privileges,
        out Security::AttributeList actual_privileges
    );