netcoreapp3.0
namespace System.Security.Cryptography.Pkcs
{
    public sealed class Rfc3161TimestampTokenInfo
    {
        public Rfc3161TimestampTokenInfo(Oid policyId, Oid hashAlgorithmId, ReadOnlyMemory<byte> messageHash, ReadOnlyMemory<byte> serialNumber, DateTimeOffset timestamp, long? accuracyInMicroseconds = default, bool isOrdering = false, ReadOnlyMemory<byte>? nonce = default, ReadOnlyMemory<byte>? timestampAuthorityName = default, X509ExtensionCollection extensions = null);
    }
}
.NET 5.06.07.08.09.010.0
.NET Core 2.13.03.1
.NET Standard 2.1
Information specific to netcoreapp3.0
Assembly

System.Security.Cryptography.Pkcs , Version=4.1.0.0, PublicKeyToken=b03f5f7f11d50a3a

Referencing

Requires any:

  • Requires all:

    • You need to build and run on Windows.

    • Requires any:

      • Your project needs to set <UseWindowsForms>True</UseWindowsForms>.

      • Your project needs to set <UseWPF>True</UseWPF>.

  • Your project needs a package reference to System.Security.Cryptography.Pkcs.

Platform Restrictions

This framework does not have platform annotations.

  • Built-in API
  • Package-provided API