by Orlando [opadilla at gmail dot com] posted on 2005/11/07 |
|
Hi,
I'm looking through your example ValidateCertificate.cs file, and I managed to backtrace the options available through VerificationFlags Enum object, however what constitutes a Known vs Unknown Certificate Authority? (ie VerificationFlags.AllowUnknownCA ) I'm assuming it checks a predefined allowed list of Certificate Authorities, but what if we want to self sign our root, to manage our own distribution of certs?
Thanks,
Orlando |