nn::nex::UtilityClient Class

Syntax

class UtilityClient : public nn::nex::ServiceClient

Description

Class for features that are used by the overall NEX service.

Member Functions

UtilityClient Constructor.
V ~UtilityClient Destructor.
V Bind Registers a certificate for using this service.
V Unbind Unregisters a certificate.
AcquireNexUniqueId Gets the NEX unique ID.
AcquireNexUniqueIdWithPassword Gets the NEX unique ID and password.
AssociateNexUniqueIdWithMyPrincipalId Associates a NEX unique ID with the local user's principal ID.
GetAssociatedNexUniqueIdWithMyPrincipalId Gets the primary associated NEX unique ID associated with the principal ID of the local user.
GetCredentials Gets the Credentials object that has been bound using the Bind function. (Inherits ServiceClient.)
S IsValidNexUniqueId Determines whether the NEX unique ID is valid.

Class Hierarchy

nn::nex::RootObject
  nn::nex::ServiceClient
    nn::nex::UtilityClient

Revision History

2012/03/08
Initial version.

CONFIDENTIAL