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