ClaimFactory.CreateGroupLdapAttribute Method (GroupClaim, String, String)

 

Creates a GroupLdapAttributes collection populated with a GroupClaim, an attribute name, and an attribute value.

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

Syntax

public GroupLdapAttribute CreateGroupLdapAttribute(
    GroupClaim corporate,
    string attributename,
    string attributevalue
)
public:
GroupLdapAttribute^ CreateGroupLdapAttribute(
    GroupClaim^ corporate,
    String^ attributename,
    String^ attributevalue
)
member CreateGroupLdapAttribute : 
        corporate:GroupClaim *
        attributename:string *
        attributevalue:string -> GroupLdapAttribute
Public Function CreateGroupLdapAttribute (
    corporate As GroupClaim,
    attributename As String,
    attributevalue As String
) As GroupLdapAttribute

Parameters

Return Value

Type: System.Web.Security.SingleSignOn.GroupLdapAttribute

A GroupLdapAttributes collection.

See Also

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

Return to top