共用方式為


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

適用於