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