netcoreapp3.1
namespace System.Security.Cryptography.Pkcs
{
public sealed class Rfc3161TimestampToken
{
public bool VerifySignatureForData(ReadOnlySpan<byte> data, out X509Certificate2 signerCertificate, X509Certificate2Collection extraCandidates = null);
}
}
.NET | 5.06.07.08.09.0 |
---|---|
.NET Core | 2.13.03.1 |
.NET Standard | 2.1 |
Information specific to netcoreapp3.1 | |
Assembly | System.Security.Cryptography.Pkcs , Version=4.1.1.0, PublicKeyToken=b03f5f7f11d50a3a |
Referencing | Requires any:
|
Platform Restrictions | This framework does not have platform annotations. |