Share via


TcpTransportSecurity.ShouldSerializeExtendedProtectionPolicy 메서드

정의

ExtendedProtectionPolicy 속성이 기본값에서 변경되었으며 이를 serialize해야 하는지 여부를 나타내는 값을 반환합니다. 이 메서드는 WCF에서 XAML 통합에 사용됩니다.

public:
 bool ShouldSerializeExtendedProtectionPolicy();
public bool ShouldSerializeExtendedProtectionPolicy ();
member this.ShouldSerializeExtendedProtectionPolicy : unit -> bool
Public Function ShouldSerializeExtendedProtectionPolicy () As Boolean

반환

Boolean

ExtendedProtectionPolicy 속성 값을 serialize해야 하면 true이고, 그렇지 않으면 false입니다.

적용 대상