LdapClaimGeneration.EmailAttribute Property
Gets or sets the name of the LDAP attribute from which to populate the e-mail claim.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public string EmailAttribute { get; set; }
public:
property String^ EmailAttribute {
String^ get();
void set(String^ value);
}
member EmailAttribute : string with get, set
Public Property EmailAttribute As String
Property Value
Type: System.String
The name of the LDAP attribute from which to populate the e-mail claim.
See Also
LdapClaimGeneration Class
System.Web.Security.SingleSignOn Namespace
Return to top