Edit

Share via


ClaimTypeElement.ClaimType Property

Definition

Gets or sets a string representation of a uniform resource identifier (URI) that specifies the type of claim.

[System.Configuration.ConfigurationProperty("claimType", DefaultValue="", Options=System.Configuration.ConfigurationPropertyOptions.IsKey | System.Configuration.ConfigurationPropertyOptions.IsRequired)]
[System.Configuration.StringValidator(MinLength=0)]
public string ClaimType { get; set; }

Property Value

A uniform resource identifier (URI) that specifies the type of claim.

Attributes

Remarks

Predefined claim types are available as static properties of the ClaimTypes class.

Applies to

Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1