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
corporate
Type: System.Web.Security.SingleSignOn.CustomClaimThe CustomClaim to use for the generated corporate claim.
attributename
Type: System.StringThe name of the attribute.
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