exposing x509 subject alternative name

  • Thread starter Thread starter awrightus
  • Start date Start date
A

awrightus

Trying to figure out how to expose the "Subject Alternative Name"
property of a X509Certificate2 certificate. I have a
X509Certificate2Collection of several certs. I want to search through
them until I find one that matches a specific SAN (typically the email
address). However, I don't see anything in the X509Certificate2 class
that exposes that property. Any ideas? Thanks.

Steve
 
Trying to figure out how to expose the "Subject Alternative Name"
property of a X509Certificate2 certificate.  I have a
X509Certificate2Collection of several certs.  I want to search through
them until I find one that matches a specific SAN (typically the email
address).  However, I don't see anything in the X509Certificate2 class
that exposes that property.  Any ideas?  Thanks.

Steve

Just to be clear, I'm talking about an email certificate, not a SSL
server certificate. Trying to capture the RFC822 Name in the Subject
Alternative Name.
 
Back
Top