ASN.1 Encoding/Decoding in .NET?

  • Thread starter Thread starter Nikola Kasev
  • Start date Start date
N

Nikola Kasev

Hi,

I'm developing an OCSP (Online Certificate Status Protocol) responder with
the .NET framework and C#. The protocol for communication is defined in
ASN.1 rules and DER used for encoding/decoding of requests and responses.

Unfortunately, I was not able to find any class libraries for encoding and
decoding of DER messages in the .NET Framework. I checked the CryptoAPI
library, but there are only routines for encoding/decoding of x509
certificates or PKCS#7 requests.

Probably I'll need a multi-purpose ASN.1 routines. Any idea?

Best Regards,
- Nikola Kasev.
 
Back
Top