LdapClaimGeneration.GroupLdapAttributes Property
Gets or sets the GroupLdapAttributeCollection, which indicates how group claims should be generated from LDAP attribute values.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public GroupLdapAttributeCollection GroupLdapAttributes { get; }
public:
property GroupLdapAttributeCollection^ GroupLdapAttributes {
GroupLdapAttributeCollection^ get();
}
member GroupLdapAttributes : GroupLdapAttributeCollection with get
Public ReadOnly Property GroupLdapAttributes As GroupLdapAttributeCollection
Property Value
Type: System.Web.Security.SingleSignOn.GroupLdapAttributeCollection
The GroupLdapAttributeCollection, which indicates how group claims should be generated from LDAP attribute values.
See Also
LdapClaimGeneration Class
System.Web.Security.SingleSignOn Namespace
Return to top