2 writes to SerialNumber
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\Asn1\Rfc3161TstInfo.xml.cs (1)
168decoded.SerialNumber = rebindSpan.Overlaps(tmpSpan, out offset) ? rebind.Slice(offset, tmpSpan.Length) : tmpSpan.ToArray();
System\Security\Cryptography\Pkcs\Rfc3161TimestampTokenInfo.cs (1)
350SerialNumber = serialNumber,
2 references to SerialNumber
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\Asn1\Rfc3161TstInfo.xml.cs (1)
59writer.WriteInteger(SerialNumber.Span);
System\Security\Cryptography\Pkcs\Rfc3161TimestampTokenInfo.cs (1)
105public ReadOnlyMemory<byte> GetSerialNumber() => _parsedData.SerialNumber;