SecurityTokenRequirement.TokenType 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定所需的安全性權杖型別。
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 屬性值的索引上。