SecurityTokenServiceConfiguration.SecurityTokenService 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定安全性權杖服務 (STS) 的 Type。
public:
property Type ^ SecurityTokenService { Type ^ get(); void set(Type ^ value); };
public Type SecurityTokenService { get; set; }
member this.SecurityTokenService : Type with get, set
Public Property SecurityTokenService As Type
屬性值
安全性權杖服務的類型。 型別必須衍生自 SecurityTokenService 類別。
例外狀況
指定的值無法指派為SecurityTokenService。
指定值是 null
。
備註
屬性中指定的 SecurityTokenService 類別必須實作採用 型 SecurityTokenServiceConfiguration別參數的建構函式。