Claim.CreateMailAddressClaim(MailAddress) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a Claim object that represents the specified email address.
public:
static System::IdentityModel::Claims::Claim ^ CreateMailAddressClaim(System::Net::Mail::MailAddress ^ mailAddress);
public static System.IdentityModel.Claims.Claim CreateMailAddressClaim (System.Net.Mail.MailAddress mailAddress);
static member CreateMailAddressClaim : System.Net.Mail.MailAddress -> System.IdentityModel.Claims.Claim
Public Shared Function CreateMailAddressClaim (mailAddress As MailAddress) As Claim
Parameters
- mailAddress
- MailAddress
A MailAddress that specifies the email address this claim represents. This parameter must not be null
. If this parameter is null
, this method throws an ArgumentNullException exception.
Returns
The Claim object this method creates.
Exceptions
The mailAddress
parameter is null
.
Remarks
The Claim object this method creates has the property values shown in the following table.
Property | Value |
---|---|
ClaimType | |
Resource | The value of the mailAddress parameter. |
Right | PossessProperty. |
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.