* Get a certificate characters.
*
* The method provides a way to get certificate characters like:
* 1. Whether or not the certificate have a private key in the user profile.
* 2. Whether or not the certificate is a trusted certificate.
* 3. Whether or not the certificate is a self-signed certificate.
*
* The certificate characters is defined as bit-wise long, please refer to
* CertificateCharacters definition.
Verify a certificate.
The method provides a way to verify a certificate.
Parameter xEECertificate
The certificate which is to be validated.
Parameter intermediateCertificates
Additional certificates which can be used by the method in constructing
the certificate chain. The root certificate may also be contained. However,
the implementation must check if the root certificate is indeed trusted by
the user.
All entries of the sequence must be non-null references.
Returns
The validation status will returned as a bit-wise long, please refer to
CertificateValidity definition.
* Get a certificate characters.
*
* The method provides a way to get certificate characters like:
* 1. Whether or not the certificate have a private key in the user profile.
* 2. Whether or not the certificate is a trusted certificate.
* 3. Whether or not the certificate is a self-signed certificate.
*
* The certificate characters is defined as bit-wise long, please refer to
* CertificateCharacters definition.