Share via


ClaimFactory.CreateCustom Method (String)

 

Creates a custom claim and assigns a name to it.

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

Syntax

public CustomClaim CreateCustom(
    string customName
)
public:
CustomClaim^ CreateCustom(
    String^ customName
)
member CreateCustom : 
        customName:string -> CustomClaim
Public Function CreateCustom (
    customName As String
) As CustomClaim

Parameters

Return Value

Type: System.Web.Security.SingleSignOn.CustomClaim

Returns a CustomClaim object.

See Also

ClaimFactory Class
System.Web.Security.SingleSignOn Namespace

Return to top