Claim.CreateMailAddressClaim Method
.NET Framework 3.0
Creates a Claim object that represents the specified email address.
Namespace: System.IdentityModel.Claims
Assembly: System.IdentityModel (in system.identitymodel.dll)
Assembly: System.IdentityModel (in system.identitymodel.dll)
public static Claim CreateMailAddressClaim ( MailAddress mailAddress )
public static function CreateMailAddressClaim ( mailAddress : MailAddress ) : Claim
Not applicable.
Parameters
- mailAddress
A MailAddress that specifies the email address this claim represents. This parameter must not be a null reference (Nothing in Visual Basic). If this parameter is a null reference (Nothing in Visual Basic), this method throws an ArgumentNullException exception.
Return Value
The Claim object this method creates.Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.