m
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user