Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Class ClaimTypeOptions

Defines claim types that are synchronized to cms for a user.

Inheritance
System.Object
ClaimTypeOptions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Security
Assembly: EPiServer.Framework.dll
Version: 11.20.7
Syntax
[Options]
public class ClaimTypeOptions
Remarks

By default is claim types defined in System.Security.Claims.ClaimTypes used.

Constructors

ClaimTypeOptions()

Declaration
public ClaimTypeOptions()

Properties

Email

The claim type for email

Declaration
public string Email { get; set; }
Property Value
Type Description
System.String
Remarks

Default value is System.Security.Claims.ClaimTypes.Email

GivenName

The claim type for GivenName

Declaration
public string GivenName { get; set; }
Property Value
Type Description
System.String
Remarks

Default value is System.Security.Claims.ClaimTypes.GivenName

Surname

The claim type for Surname

Declaration
public string Surname { get; set; }
Property Value
Type Description
System.String
Remarks

Default value is System.Security.Claims.ClaimTypes.Surname

Extension Methods