共用方式為


SecurityTokenRequirement.TokenType 屬性

定義

取得或設定所需的安全性權杖型別。

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

屬性值

所需的安全性權杖型別。

備註

使用 SecurityTokenTypes 類別的其中一個靜態屬性來設定這個屬性。

透過取得 TokenType 屬性也可以存取 Properties 屬性的值,這時是屬性值的集合。 TokenType 屬性的值會儲存在對應於 TokenTypeProperty 屬性值的索引上。

適用於

另請參閱