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