16 lines
353 B
C#
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);
|
|
}
|
|
}
|