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 特性。

适用于