Dart.PowerTCP.SslSockets Namespace > Certificate Class : EmailAddress Property |
Returns an email address string associated with the certificate.
[Visual Basic]
Public ReadOnly Property EmailAddress As String
[C#]
public string EmailAddress {get;}
[C++]
public: __property string* get_EmailAddress();
A string containing an email address.
If the certificate has a Subject Alternative Name extension or Issuer Alternative Name, the first rfc822Name is returned. If no rfc822Name choice is found in the extension, the Subject Name field for the Email OID is returned. If the certificate does not have an email address embedded in the certificate, an empty string is returned.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Certificate Class | Certificate Members
Send comments on this topic.
Documentation version 1.1.2.0.
© 2008 Dart Communications. All rights reserved.