次の方法で共有


ServiceProviderSingleSignOnDescriptor.AuthenticationRequestsSigned プロパティ

定義

サービス プロバイダーによって送信される要求が署名されるかどうかを示す値を取得または設定します。

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

プロパティ値

サービス プロバイダーが送信した認証要求が署名される場合は true。それ以外の場合は false。 既定値は、false です。

注釈

属性を表します AuthnRequestsSigned

適用対象