2 writes to Nonce
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\Asn1\Rfc3161TstInfo.xml.cs (1)
194decoded.Nonce = rebindSpan.Overlaps(tmpSpan, out offset) ? rebind.Slice(offset, tmpSpan.Length) : tmpSpan.ToArray();
System\Security\Cryptography\Pkcs\Rfc3161TimestampTokenInfo.cs (1)
353Nonce = nonce,
3 references to Nonce
System.Security.Cryptography.Pkcs (3)
System\Security\Cryptography\Pkcs\Asn1\Rfc3161TstInfo.xml.cs (2)
81if (Nonce.HasValue) 83writer.WriteInteger(Nonce.Value.Span);
System\Security\Cryptography\Pkcs\Rfc3161TimestampTokenInfo.cs (1)
130public ReadOnlyMemory<byte>? GetNonce() => _parsedData.Nonce;