|
|
|
|
|
|
|
Imports at the specified position the certificates from the file
for those whose values are not already present.
|
|
|
|
|
[C#]
int ImportAt(int index, string path)
[Visual Basic]
Function ImportAt(index As Integer, path As String) As
Integer
may
throw Exception()
|
|
|
|
|
Name
|
Description
|
index |
The index into this collection for insertion. |
path |
The path to the file. |
return |
The number of certificate objects added. |
|
|
|
|
|
This method imports at the specified position the certificates
from the file for those whose values are not already present.
Signature.CertificateCollection does not store duplicate
certificates, so only one certificate object among each set of
duplicates is added.
|
|
|
|
|
|