TdxX509CertificateList.CopyTo(TdxX509CertificateList) Method
Copies all stored X.509 certificates to the specified list.
Declaration
procedure CopyTo(AList: TdxX509CertificateList);
Parameters
Name | Type | Description |
---|---|---|
AList | TdxX509CertificateList | The target certificate collection. |
Remarks
Call the CopyTo
procedure to copy stored X.509 certificates between certificate collections. A CopyTo
procedure call adds all certificates to the end of the target list (AList
).
See Also