KeyInfoX509Data.IssuerSerials Property

Definition

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

C#
public System.Collections.ArrayList? IssuerSerials { get; }
C#
public System.Collections.ArrayList IssuerSerials { get; }

Property Value

A list of X509IssuerSerial structures that represent an issuer name and serial number pair.

Remarks

The IssuerSerials property represents the <X509IssuerSerial> element of an XML digital signature using a list of 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 AddIssuerSerial method.

Applies to

Производ Верзије
.NET 8 (package-provided), 9 (package-provided), 10 (package-provided)
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0 (package-provided)
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10