SecurityTokenRequirement.TokenTypeProperty Property

Definition

Gets a value that specifies the name of the index in the Properties collection for the TokenType property.

public:
 static property System::String ^ TokenTypeProperty { System::String ^ get(); };
public static string TokenTypeProperty { get; }
member this.TokenTypeProperty : string
Public Shared ReadOnly Property TokenTypeProperty As String

Property Value

String

The name of the index in the Properties collection for the TokenType property.

Remarks

To set the required security token type, use the TokenType property.

Applies to

See also