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

18 lines
421 B
C#

using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls
{
// Token: 0x020015B9 RID: 5561
[Token(Token = "0x20015B9")]
[StructLayout(3)]
public interface TlsSrpIdentityManager
{
// Token: 0x0600941C RID: 37916
[Token(Token = "0x600941C")]
[Address(Slot = "0")]
TlsSrpLoginParameters GetLoginParameters(byte[] identity);
}
}