init commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using System.Collections;
|
||||
using Org.BouncyCastle.Asn1.Cms;
|
||||
|
||||
namespace Org.BouncyCastle.Cms;
|
||||
|
||||
public interface CmsAttributeTableGenerator
|
||||
{
|
||||
AttributeTable GetAttributes(IDictionary parameters);
|
||||
}
|
||||
Reference in New Issue
Block a user