ServiceProviderSingleSignOnDescriptor.WantAssertionsSigned Property

Definition

Gets or sets a value that indicates whether assertions received by the service provider should be signed.

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

Property Value

true if assertions received by the service provider should be signed; otherwise, false. The default is false.

Remarks

Gets or sets the WantAssertionsSigned attribute.

Applies to