2 writes to Extensions
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\Asn1\Rfc3161TstInfo.xml.cs (1)
224decoded.Extensions = tmpList.ToArray();
System\Security\Cryptography\Pkcs\Rfc3161TimestampTokenInfo.cs (1)
368tstInfo.Extensions = new X509ExtensionAsn[extensions.Count];
6 references to Extensions
System.Security.Cryptography.Pkcs (6)
System\Security\Cryptography\Pkcs\Asn1\Rfc3161TstInfo.xml.cs (3)
95if (Extensions != null) 99for (int i = 0; i < Extensions.Length; i++) 101Extensions[i].Encode(writer);
System\Security\Cryptography\Pkcs\Rfc3161TimestampTokenInfo.cs (3)
136public bool HasExtensions => _parsedData.Extensions?.Length > 0; 180X509ExtensionAsn[] rawExtensions = _parsedData.Extensions!; 371tstInfo.Extensions[i] = new X509ExtensionAsn(extensions[i]);