#include <BlackBerryDynamics/GD/GDCredential.h>
This structure is used to represent user identity electronic certificate credentials that are stored in the BlackBerry Dynamics secure store.
A user identity credential:
The auxiliary certificates don't include a certificate for the trusted root CA itself.
These credentials are part of the BlackBerry Dynamics app-based User Credentials Profile (UCP) configuration.
The GDCredential_list function returns instances of this structure.
Public Attributes | |
| struct GDX509Certificate * | userCertificate |
| Leaf certificate. More... | |
| size_t | auxCount |
| The number of auxiliary certificates. More... | |
| struct GDX509Certificate * | auxCertificates |
| Auxiliary intermediate certificates. More... | |
| struct GDX509Certificate* userCertificate |
The leaf or user client certificate, encapsulated in a GDX509Certificate structure.
| size_t auxCount |
A size_t representation of the number of auxiliary certificates in this structure. The count doesn't include the leaf certificate, of which there is always one.
| struct GDX509Certificate* auxCertificates |
The auxiliary intermediate certificates, represented as one of the following.
auxCount is more than zero.auxCount is zero.