共用方式為


SecurityTokenServiceConfiguration.SecurityTokenService 屬性

定義

取得或設定安全性權杖服務 (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別參數的建構函式。

適用於

另請參閱