nn::nex::Credentials Class

Syntax

class Credentials : public nn::nex::RefCountedObject

Description

Stores the client's certificate information.

After login has completed, you can use the NgsFacade::GetCredentials function to obtain a valid Credentials object. Do not directly perform any operations on this obtained Credentials object.

Member Functions

GetPrincipalID Gets the PrincipalID.
AcquireRef Increments the reference count by 1. (Inherits RefCountedObject.)
ReleaseRef Decrements the reference count by 1. Deletes itself when the count reaches 0. (Inherits RefCountedObject.)

Class Hierarchy

nn::nex::RootObject
  nn::nex::RefCountedObject
    nn::nex::Credentials

Revision History

2011/01/27
Initial version.

CONFIDENTIAL