2 references to GetNonce
NuGet.Packaging (1)
Signing\Timestamp\Rfc3161TimestampRequestNetstandard21Wrapper.cs (1)
84ReadOnlyMemory<byte>? normalizedNonce = _rfc3161TimestampRequest.GetNonce();
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\Rfc3161TimestampRequest.cs (1)
417ReadOnlyMemory<byte>? requestNonce = GetNonce();