Files
Jan2021-Cpp2Il-Dump/Assembly-CSharp/BestHTTP/SecureProtocol/Org/BouncyCastle/Crypto/ICipherParameters.cs
T
2026-04-08 23:40:05 +02:00

14 lines
263 B
C#

using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto
{
// Token: 0x020014F7 RID: 5367
[Token(Token = "0x20014F7")]
[StructLayout(3)]
public interface ICipherParameters
{
}
}