다음을 통해 공유


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

속성 값

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

설명

나타냅니다는 AuthnRequestsSigned 특성입니다.

적용 대상