Files
2026-04-08 23:40:05 +02:00

18 lines
426 B
C#

using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto
{
// Token: 0x02001509 RID: 5385
[Token(Token = "0x2001509")]
[StructLayout(3)]
public interface IVerifierFactoryProvider
{
// Token: 0x06008F2B RID: 36651
[Token(Token = "0x6008F2B")]
[Address(Slot = "0")]
IVerifierFactory CreateVerifierFactory(object algorithmDetails);
}
}