Share via


ClaimFactory.CreateCustomClaimLdapAttribute Method (CustomClaim, String)

 

Creates a CustomClaimLdapAttribute populated with a specific CustomClaim object and assigns a name to it.

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

Syntax

public CustomClaimLdapAttribute CreateCustomClaimLdapAttribute(
    CustomClaim corporate,
    string attributename
)
public:
CustomClaimLdapAttribute^ CreateCustomClaimLdapAttribute(
    CustomClaim^ corporate,
    String^ attributename
)
member CreateCustomClaimLdapAttribute : 
        corporate:CustomClaim *
        attributename:string -> CustomClaimLdapAttribute
Public Function CreateCustomClaimLdapAttribute (
    corporate As CustomClaim,
    attributename As String
) As CustomClaimLdapAttribute

Parameters

Return Value

Type: System.Web.Security.SingleSignOn.CustomClaimLdapAttribute

A CustomClaimLdapAttribute object.

See Also

CreateCustomClaimLdapAttribute Overload
ClaimFactory Class
System.Web.Security.SingleSignOn Namespace

Return to top