FederatedMessageSecurityOverHttp.ShouldSerializeAlgorithmSuite 方法

定义

返回是否应对用于保护 SOAP 级消息的算法组进行序列化。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

返回

Boolean

如果应对该算法组进行序列化,则为 true;否则为 falsetrue if the algorithm suite should be serialized; otherwise, false.

适用于