oh dear
This commit is contained in:
+17
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections;
|
||||
using BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Cms
|
||||
{
|
||||
// Token: 0x02001D23 RID: 7459
|
||||
[Token(Token = "0x2001D23")]
|
||||
public interface CmsAttributeTableGenerator
|
||||
{
|
||||
// Token: 0x0600BCE4 RID: 48356
|
||||
[Token(Token = "0x600BCE4")]
|
||||
[Address(Slot = "0")]
|
||||
AttributeTable GetAttributes(IDictionary parameters);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user