Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SecurityTokenRequirement::TokenType Property

 

Gets or sets the required security token type.

Namespace:   System.IdentityModel.Selectors
Assembly:  System.IdentityModel (in System.IdentityModel.dll)

public:
property String^ TokenType {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The required security token type.

Use one of the static properties of the SecurityTokenTypes class to set this property.

The value of the TokenType property can also be accessed by getting the Properties property, which is a collection of property values. The value of the TokenType property is stored at the index matching the value of the TokenTypeProperty property.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft