Gets a list of System.Security.Cryptography.Xml.X509IssuerSerial structures that represent an issuer name and serial number pair.
a ArrayList
The KeyInfoX509Data.IssuerSerials property represents the <X509IssuerSerial> element of an XML digital signature using a list of System.Security.Cryptography.Xml.X509IssuerSerial structures contained within. The <X509IssuerSerial> element represents an issuer name and serial number pair, which identify a specific X.509v3 certificate.
The issuer of an X.509 certificate is the name of the certification authority that issued the certificate. Certification authorities assign each certificate they issue a unique serial number.
You can add a name and serial number pair using the KeyInfoX509Data.AddIssuerSerial(string, string) method.