TcpTransportSecurity.ShouldSerializeExtendedProtectionPolicy Método

Definição

Retorna um valor que indica se a propriedade ExtendedProtectionPolicy foi alterada do valor padrão e se deve ser serializada.Returns a value that indicates whether the ExtendedProtectionPolicy property has changed from its default value and should be serialized. É usado pelo WCF para a integração de XAML.It is used by WCF for XAML integration.

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

Retornos

Boolean

true se o valor da propriedade ExtendedProtectionPolicy precisar ser serializado; caso contrário, false.true if the ExtendedProtectionPolicy property value should be serialized; otherwise, false.

Aplica-se a