m
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: 0x02001E03 RID: 7683
|
||||
[Token(Token = "0x2001E03")]
|
||||
public interface CmsAttributeTableGenerator
|
||||
{
|
||||
// Token: 0x0600C0B2 RID: 49330
|
||||
[Token(Token = "0x600C0B2")]
|
||||
[Address(Slot = "0")]
|
||||
AttributeTable GetAttributes(IDictionary parameters);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user