다음을 통해 공유


ServiceProviderSingleSignOnDescriptor.WantAssertionsSigned 속성

정의

서비스 공급자가 수신한 어설션에 서명해야 하는지 여부를 나타내는 값을 가져오거나 설정합니다.

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

속성 값

서비스 공급자가 받은 어설션에 서명해야 하는 경우 true이고, 그렇지 않으면false입니다. 기본값은 false입니다.

설명

WantAssertionsSigned 특성을 가져오거나 설정합니다.

적용 대상