SecurityTokenRequirement.TokenTypeProperty 属性

定义

获取一个值,该值指定 Properties 属性在 TokenType 集合中的索引名称。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

属性值

String

Properties 属性在 TokenType 集合中的索引名称。The name of the index in the Properties collection for the TokenType property.

注解

若要设置要求的安全令牌类型,请使用 TokenType 属性。To set the required security token type, use the TokenType property.

适用于

另请参阅