BasicHttpMessageSecurity.ShouldSerializeAlgorithmSuite Method

Definition

Returns whether the algorithm suite to be used for securing messages at the SOAP level should be serialized.

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

Returns

true if the algorithm suite should be serialized; otherwise, false.

Applies to