The class Rebex.Security.Certificates.Certificate implements a method GetMailAddresses(). I just wonder where the returned addresses come from (which fields of the certficate). Thanks for any response.. Froggy

asked 05 Aug '10, 09:06

Francois's gravatar image

Francois
16
accept rate: 0%


If the certificate includes Subject Alternative Name extension (OID = 2.5.29.17) the GetMailAddresses() returns value(s) from Subject Alternative Name field.

If this extension is not present, the email section of Distinguished Name (text after the 'E=' in Subject field) is returned.

link

answered 09 Aug '10, 10:37

Martin%20Vobr's gravatar image

Martin Vobr ♦♦
335310
accept rate: 37%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×46
×7
×1

Asked: 05 Aug '10, 09:06

Seen: 296 times

Last updated: 21 Mar '11, 22:22