SecurityTokenRequirement.TokenType Property

Definition

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.

Applies to

See also