Files
27Aug2021-Cpp2IL-Dump/mscorlib/System/Security/Cryptography/X509Certificates/INativeCertificateHelper.cs
T
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

16 lines
353 B
C#

using System;
using Cpp2IlInjected;
namespace System.Security.Cryptography.X509Certificates
{
// Token: 0x0200044C RID: 1100
[Token(Token = "0x200044C")]
internal interface INativeCertificateHelper
{
// Token: 0x0600261C RID: 9756
[Token(Token = "0x600261C")]
[Address(Slot = "0")]
X509CertificateImpl Import(X509Certificate cert);
}
}