2 writes to Extensions
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\Asn1\Rfc3161TimeStampReq.xml.cs (1)
190decoded.Extensions = tmpList.ToArray();
System\Security\Cryptography\Pkcs\Rfc3161TimestampRequest.cs (1)
319req.Extensions = new X509ExtensionAsn[extensions.Count];
6 references to Extensions
System.Security.Cryptography.Pkcs (6)
System\Security\Cryptography\Pkcs\Asn1\Rfc3161TimeStampReq.xml.cs (3)
80if (Extensions != null) 84for (int i = 0; i < Extensions.Length; i++) 86Extensions[i].Encode(writer);
System\Security\Cryptography\Pkcs\Rfc3161TimestampRequest.cs (3)
31public bool HasExtensions => _parsedData.Extensions?.Length > 0; 42X509ExtensionAsn[] rawExtensions = _parsedData.Extensions!; 322req.Extensions[i] = new X509ExtensionAsn(extensions[i]);