1 write to IssuerSerial
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\Asn1\EssCertId.xml.cs (1)
97
decoded.
IssuerSerial
= tmpIssuerSerial;
6 references to IssuerSerial
System.Security.Cryptography.Pkcs (6)
System\Security\Cryptography\Pkcs\Asn1\EssCertId.xml.cs (2)
28
if (
IssuerSerial
.HasValue)
30
IssuerSerial
.Value.Encode(writer);
System\Security\Cryptography\Pkcs\Rfc3161TimestampToken.cs (4)
376
if (certId.HasValue && certId.Value.
IssuerSerial
!= null)
379
certId.Value.
IssuerSerial
.Value,
501
if (certId.Value.
IssuerSerial
.HasValue)
507
certId.Value.
IssuerSerial
.Value,