1 write to Certs
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\Asn1\SigningCertificateAsn.xml.cs (1)
108
decoded.
Certs
= tmpList.ToArray();
4 references to Certs
System.Security.Cryptography.Pkcs (4)
System\Security\Cryptography\Pkcs\Asn1\SigningCertificateAsn.xml.cs (2)
29
for (int i = 0; i <
Certs
.Length; i++)
31
Certs
[i].Encode(writer);
System\Security\Cryptography\Pkcs\Rfc3161TimestampToken.cs (2)
607
if (signingCert.
Certs
.Length < 1)
613
certId = signingCert.
Certs
[0];