class Credentials : public nn::nex::RefCountedObject
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.
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 .) |
nn::nex::RootObject
nn::nex::RefCountedObject
nn::nex::Credentials
CONFIDENTIAL