Share via


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のパラメーターを受け取るコンストラクターを実装する必要があります。

適用対象

こちらもご覧ください