ISL_CopyCertificateChain
uint32 ISL_CopyCertificateChain
(ISL_VERIFIED_CERTIFICATE_CHAIN_PTR Verification,
ISL_VERIFIED_CERTIFICATE_PTR Certs[],
uint32 MaxCertificates)
This function copies pointers to the verified certificates in the certificate chain. The first certificate (subscript zero) is signed by the root certificate authority. The last certificate is the signer's certificate.
- Verification (input)
A verified certificate chain returned by the ISL_CreateCertificateChain or ISL_GetCertificateChain function.
- Certs (input/output)
An array of certificate object pointers sufficiently large to contain the expected certificate chain.
- MaxCertificates (input)
The dimension of the certificate object pointer array.
The number of certificates returned in the Certs array as a result of the copy process.
ISL_CreateCertificateChain, ISL_GetCertificateChain
Contents | Next section | Index |