SecurityTokenRequirement.TokenType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the required security token type.
public:
property System::String ^ TokenType { System::String ^ get(); void set(System::String ^ value); };
public string TokenType { get; set; }
member this.TokenType : string with get, set
Public Property TokenType As String
Property Value
The required security token type.
Remarks
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.