See Also

Certificate Class  | Certificate Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages PowerTCP SSL Sockets for .NET

EmailAddress Property

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();
[C++/CLI]
public: property String^ EmailAddress {    String^ get(); }

Return Type

A string containing an email address.

Remarks

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.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Certificate Class  | Certificate Members


Send comments on this topic.

Documentation version 1.1.2.0.

© 2008 Dart Communications.  All rights reserved.