Share via


LdapClaimGeneration.CustomClaimLdapAttributes Property

 

Gets the CustomClaimLdapAttributeCollection, which indicates how custom 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 CustomClaimLdapAttributeCollection CustomClaimLdapAttributes { get; }
public:
property CustomClaimLdapAttributeCollection^ CustomClaimLdapAttributes {
    CustomClaimLdapAttributeCollection^ get();
}
member CustomClaimLdapAttributes : CustomClaimLdapAttributeCollection with get
Public ReadOnly Property CustomClaimLdapAttributes As CustomClaimLdapAttributeCollection

Property Value

Type: System.Web.Security.SingleSignOn.CustomClaimLdapAttributeCollection

The CustomClaimLdapAttributeCollection.

See Also

LdapClaimGeneration Class
System.Web.Security.SingleSignOn Namespace

Return to top