[C#]
int InsertRange(int index, X509Certificate2[] certs)
int InsertRange(int index, Signature.CertificateCollection certs, int
startIndex, int count)
[Visual Basic]
Function InsertRange(index As Integer, certs() As
X509Certificate2) As Integer
Function InsertRange(index As Integer, certs As Signature.CertificateCollection, startIndex As
Integer, count As Integer) As Integer
may
throw Exception()
|
|
|