SecurityTokenServiceConfiguration.DisableWsdl プロパティ

定義

セキュリティ トークン サービス (STS) に対して WSDL 生成を有効にするかどうかを指定する値を取得または設定します。

public:
 property bool DisableWsdl { bool get(); void set(bool value); };
public bool DisableWsdl { get; set; }
member this.DisableWsdl : bool with get, set
Public Property DisableWsdl As Boolean

プロパティ値

true STS の WSDL 生成を有効にするにはそれ以外の場合は false。 既定値は false です。

適用対象