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