Edit

Share via


ServiceProviderSingleSignOnDescriptor.AuthenticationRequestsSigned Property

Definition

Gets or sets a value that indicates whether requests sent by the service provider will be signed.

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

Property Value

true if authentication requests sent by the service provider will be signed; otherwise, false. The default is false.

Remarks

Represents the AuthnRequestsSigned attribute.

Applies to