ServiceProviderSingleSignOnDescriptor.WantAssertionsSigned 属性

定义

获取或设置一个值,该值指示是否应对服务提供商收到的断言进行签名。

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

属性值

true 如果应对服务提供商收到的断言进行签名,则为否则,为 false. 默认值为 false

注解

获取或设置 WantAssertionsSigned 属性。

适用于