netcoreapp2.1
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.0 |
---|---|
.NET Core | 2.13.03.1 |
.NET Standard | 2.1 |
Information specific to netcoreapp2.1 | |
Assembly | System.Security.Cryptography.Pkcs , Version=4.0.3.2, PublicKeyToken=b03f5f7f11d50a3a |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |