ClaimFactory.CreateGroupLdapAttribute Method (Object, String, String)
Creates a GroupLdapAttributes collection populated with an 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(
object o,
string name,
string val
)
public:
GroupLdapAttribute^ CreateGroupLdapAttribute(
Object^ o,
String^ name,
String^ val
)
member CreateGroupLdapAttribute :
o:Object *
name:string *
val:string -> GroupLdapAttribute
Public Function CreateGroupLdapAttribute (
o As Object,
name As String,
val As String
) As GroupLdapAttribute
Parameters
o
Type: System.ObjectThe object to use.
name
Type: System.StringThe LDAP attribute name.
val
Type: System.StringThe attribute value.
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