TdxX509CertificateList.CopyTo(TdxX509CertificateList) Method
In This Article
Copies all stored X.509 certificates to the specified list.
#Declaration
Delphi
procedure CopyTo(AList: TdxX509CertificateList);
#Parameters
Name | Type | Description |
---|---|---|
AList | Tdx |
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