次の方法で共有


IdentityProviderSingleSignOnDescriptor.WantAuthenticationRequestsSigned プロパティ

定義

認証要求に署名する必要があるかどうかを示す値を取得または設定します。

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

プロパティ値

認証要求に署名が必要な場合は true。それ以外の場合は false。 既定値は、false です。

適用対象