LdapClaimGeneration.UPNAttribute Property
Gets or sets the name of the LDAP attribute from which to populate the UPN claim. This property must be null when the LdapClaimGeneration applies to Active Directory.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public string UPNAttribute { get; set; }
public:
property String^ UPNAttribute {
String^ get();
void set(String^ value);
}
member UPNAttribute : string with get, set
Public Property UPNAttribute As String
Property Value
Type: System.String
The name of the LDAP attribute from which to populate the UPN claim.
See Also
LdapClaimGeneration Class
System.Web.Security.SingleSignOn Namespace
Return to top