init commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using Org.BouncyCastle.Asn1;
|
||||
|
||||
namespace Org.BouncyCastle.Crmf;
|
||||
|
||||
public interface IControl
|
||||
{
|
||||
DerObjectIdentifier Type { get; }
|
||||
|
||||
Asn1Encodable Value { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user