Indicates that the content of the element is in the form of an email address, specifically "addr-spec" as defined in [RFC 2822, 3.4.1]. [Saml2Core, 8.3.2]
Namespace: Microsoft.IdentityModel.Tokens.Saml2
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim value As Uri

value = NameIdentifierFormats.EmailAddress

Syntax

Visual Basic
Public Shared ReadOnly EmailAddress As Uri
C#
public static readonly Uri EmailAddress
C++
public:
static initonly Uri^ EmailAddress
J#
public static final Uri EmailAddress
JScript
public static final var EmailAddress : Uri

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

See Also