Hi Team!
How is the correct way to include two CRL points (HTTS and LDAP)?
I'm successfully adding both using:
info.CrlDistributionPoints.Add(New CrlDistributionPoint(<HTTP URL))
info.CrlDistributionPoints.Add(New CrlDistributionPoint(<LDAP ADDR>))
but since I see 2 points in the certificate and not just a single Distribution Point with 2 values there (the HTTP CRL and the LDAP CRL) I guess I'm making something wrong...
Thanks for enlight me.