Share via


SecurityProperty.CreateEmailNameProperty Method (String)

 

Creates an instance of the SecurityProperty class which represent AD FS EmailName Claims.

Namespace:   System.Web.Security.SingleSignOn.Authorization
Assembly:  System.Web.Security.SingleSignOn.ClaimTransforms (in System.Web.Security.SingleSignOn.ClaimTransforms.dll)

Syntax

public static SecurityProperty CreateEmailNameProperty(
    string emailAddress
)
public:
static SecurityProperty^ CreateEmailNameProperty(
    String^ emailAddress
)
static member CreateEmailNameProperty : 
        emailAddress:string -> SecurityProperty
Public Shared Function CreateEmailNameProperty (
    emailAddress As String
) As SecurityProperty

Parameters

  • emailAddress
    Type: System.String

    The email address for the new email claim.

Return Value

Type: System.Web.Security.SingleSignOn.Authorization.SecurityProperty

A new instance of the SecurityProperty class.

See Also

SecurityProperty Class
System.Web.Security.SingleSignOn.Authorization Namespace

Return to top