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