xamarinmac
namespace System.Security.Cryptography.Pkcs
{
public sealed class Rfc3161TimestampRequest
{
public static Rfc3161TimestampRequest CreateFromHash(ReadOnlyMemory<byte> hash, Oid hashAlgorithmId, Oid requestedPolicyId = null, ReadOnlyMemory<byte>? nonce = default, bool requestSignerCertificates = false, X509ExtensionCollection extensions = null);
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
.NET | 5.06.07.08.09.0 |
.NET Core | 2.13.03.1 |
.NET Standard | 2.1 |
Information specific to xamarinmac | |
Assembly | System.Security , Version=2.0.5.0, PublicKeyToken=b03f5f7f11d50a3a |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |