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

18 lines
375 B
C#

using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.OpenSsl
{
// Token: 0x020013B8 RID: 5048
[Token(Token = "0x20013B8")]
[StructLayout(3)]
public interface IPasswordFinder
{
// Token: 0x0600809C RID: 32924
[Token(Token = "0x600809C")]
[Address(Slot = "0")]
char[] GetPassword();
}
}