ClaimTypeElement::ClaimType Property

 

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

Namespace:   System.ServiceModel.Configuration
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
[ConfigurationPropertyAttribute("claimType", DefaultValue = "", 
	Options = ConfigurationPropertyOptions::None | ConfigurationPropertyOptions::IsRequired | ConfigurationPropertyOptions::IsKey)]
[StringValidatorAttribute(MinLength = 0)]
property String^ ClaimType {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

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

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

.NET Framework
Available since 3.0
Return to top
Show: