14 lines
267 B
C#
14 lines
267 B
C#
using System;
|
|
using System.Runtime.InteropServices;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto
|
|
{
|
|
// Token: 0x020014FA RID: 5370
|
|
[Token(Token = "0x20014FA")]
|
|
[StructLayout(3)]
|
|
public interface IDerivationParameters
|
|
{
|
|
}
|
|
}
|