Edit

Share via


IdentityProviderSingleSignOnDescriptor.WantAuthenticationRequestsSigned Property

Definition

Gets or sets a value that indicates whether authentication requests should be signed.

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

Property Value

true if authentication requests should be signed; otherwise, false. The default is false.

Applies to