Software and Services, Portable Libraries
2019.Mar.01
A library for managing digital certificates
|
Pure virtual base class for Upn DB records. More...
#include <SaS/UpnDb/UpnDB.hpp>
Public Member Functions | |
UpnDbUserPersonalRecord () | |
UpnDbUserPersonalRecord - Default Constructor. More... | |
virtual | ~UpnDbUserPersonalRecord () |
UpnDbUserPersonalRecord - Destructor. More... | |
bool | Add (UpnDbAuthHandle_t Auth) |
Add this object as a new record. More... | |
bool | Remove (UpnDbAuthHandle_t Auth) |
Remove this record from the UPN database. More... | |
bool | Update (UpnDbAuthHandle_t Auth) const |
Update this record. More... | |
Public Attributes | |
const char * | MimeType |
When non-NULL, the Mime Type for photo. More... | |
uint8_t * | Photo |
The photo data. More... | |
uint32_t | PhotoLen |
The number of octets that Photo points to. More... | |
Pure virtual base class for Upn DB records.
Definition at line 72 of file UpnDbUserPersonalRecord.hpp.
SoftwareAndServices::Library::UPN::UpnDbUserPersonalRecord::UpnDbUserPersonalRecord | ( | ) |
UpnDbUserPersonalRecord - Default Constructor.
|
virtual |
UpnDbUserPersonalRecord - Destructor.
|
virtual |
Add this object as a new record.
Auth | The authentication handle to use. |
Implements SoftwareAndServices::Library::UPN::UpnDbRecord.
|
virtual |
Remove this record from the UPN database.
Auth | The authentication handle to use. |
Implements SoftwareAndServices::Library::UPN::UpnDbRecord.
|
virtual |
Update this record.
Auth | The authentication handle to use. |
Implements SoftwareAndServices::Library::UPN::UpnDbRecord.
const char* SoftwareAndServices::Library::UPN::UpnDbUserPersonalRecord::MimeType |
When non-NULL, the Mime Type for photo.
Definition at line 128 of file UpnDbUserPersonalRecord.hpp.
uint8_t* SoftwareAndServices::Library::UPN::UpnDbUserPersonalRecord::Photo |
The photo data.
Definition at line 118 of file UpnDbUserPersonalRecord.hpp.
uint32_t SoftwareAndServices::Library::UPN::UpnDbUserPersonalRecord::PhotoLen |
The number of octets that Photo points to.
Definition at line 123 of file UpnDbUserPersonalRecord.hpp.