net11.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.011.0
.NET Core
3.03.1
Information specific to net11.0
Assembly

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

Referencing

Requires any:

  • Your project needs to use SDK Microsoft.NET.Sdk.Web.

  • Your project needs a framework reference to Microsoft.AspNetCore.App.

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

Platform Restrictions

This API is supported on any platform except for these:

  • Browser
  • wasi
  • Built-in API
  • Package-provided API