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 .

적용 대상