Share via


ClaimFactory.CreateCustomClaimLdapAttribute Method

 

Creates a CustomClaimLdapAttribute object.

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

Overload List

Name Description
System_CAPS_pubmethod CreateCustomClaimLdapAttribute(CustomClaim, String)

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

System_CAPS_pubmethod CreateCustomClaimLdapAttribute(Object, String)

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

See Also

ClaimFactory Class
System.Web.Security.SingleSignOn Namespace

Return to top