Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class ClaimTypeOptions

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

Inheritance
System.Object
ClaimTypeOptions
Namespace: EPiServer.Security
Assembly: EPiServer.Framework.dll
Version: 12.0.3
Syntax
[Options(ConfigurationSection = "Cms")]
public class ClaimTypeOptions : Object
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