bc-csharp
bc-csharp copied to clipboard
Extending the SignerInformation class
Is there any way to extend / create a instance of this class with my custom data ?
-
i cannot create a instance since it has a internal and protected contructor
-
i cannot inherit from it either since the protected ctor has a parameter with the class instance.
How can i use SignerInformation with my own data ?