views:

244

answers:

0

The specification I am working with requires that a key-pair be generated and a certificate be automatically enrolled via SCEP to a specified server and used as both a TLS server and client certificate with OCSP validation of the counterparty. Are there any tools available for .Net to do this sort of thing?

Pure-managed code and Compact Framework support would be a Good Thing, as I am attempting to produce a unified MSIL binary that runs unmodified on CF/ARMv4i, .Net/x86 and .Net/x64, though something that only works for .Net/x86 is useful in the short term.