2 references to GetNonce
NuGet.Packaging (1)
Signing\Timestamp\Rfc3161TimestampTokenInfoNetstandard21Wrapper.cs (1)
60
ReadOnlyMemory<byte>? nonce = _rfc3161TimestampTokenInfo.
GetNonce
();
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\Rfc3161TimestampRequest.cs (1)
418
ReadOnlyMemory<byte>? responseNonce = tokenInfo.
GetNonce
();