scripts
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
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();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user