System.Security.Cryptography.Xml.KeyInfoX509Data.IssuerSerials Property

Gets a list of System.Security.Cryptography.Xml.X509IssuerSerial structures that represent an issuer name and serial number pair.

Syntax

public ArrayList IssuerSerials { get; }

Value

a ArrayList

Remarks

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.

Requirements

Namespace: System.Security.Cryptography.Xml
Assembly: System.Security (in System.Security.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0