ServiceProviderSingleSignOnDescriptor.AuthenticationRequestsSigned 속성

정의

서비스 공급자가 보낸 요청에 서명할지 여부를 나타내는 값을 가져오거나 설정합니다.

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

속성 값

서비스 공급자가 보낸 인증 요청에 서명하면 이고, 그렇지 않으면 . 기본값은 false입니다.

설명

AuthnRequestsSigned 특성을 나타냅니다.

적용 대상