18 lines
375 B
C#
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();
|
|
}
|
|
}
|