1 write to TimeStampToken
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\Asn1\Rfc3161TimeStampResp.xml.cs (1)
94decoded.TimeStampToken = rebindSpan.Overlaps(tmpSpan, out offset) ? rebind.Slice(offset, tmpSpan.Length) : tmpSpan.ToArray();
3 references to TimeStampToken
System.Security.Cryptography.Pkcs (3)
System\Security\Cryptography\Pkcs\Asn1\Rfc3161TimeStampResp.xml.cs (2)
28if (TimeStampToken.HasValue) 32writer.WriteEncodedValue(TimeStampToken.Value.Span);
System\Security\Cryptography\Pkcs\Rfc3161TimestampRequest.cs (1)
130if (!Rfc3161TimestampToken.TryDecode(resp.TimeStampToken.GetValueOrDefault(), out token, out _))