2 writes to Nonce
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\Asn1\Rfc3161TimeStampReq.xml.cs (1)
160
decoded.
Nonce
= rebindSpan.Overlaps(tmpSpan, out offset) ? rebind.Slice(offset, tmpSpan.Length) : tmpSpan.ToArray();
System\Security\Cryptography\Pkcs\Rfc3161TimestampRequest.cs (1)
314
Nonce
= nonce,
3 references to Nonce
System.Security.Cryptography.Pkcs (3)
System\Security\Cryptography\Pkcs\Asn1\Rfc3161TimeStampReq.xml.cs (2)
61
if (
Nonce
.HasValue)
63
writer.WriteInteger(
Nonce
.Value.Span);
System\Security\Cryptography\Pkcs\Rfc3161TimestampRequest.cs (1)
30
public ReadOnlyMemory<byte>? GetNonce() => _parsedData.
Nonce
;