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

适用于