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 | |
---|---|---|
CreateCustomClaimLdapAttribute(CustomClaim, String) | Creates a CustomClaimLdapAttribute populated with a specific CustomClaim object and assigns a name to it. |
|
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