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
返回
如果应对该算法组进行序列化,则为 true;否则为 false。true if the algorithm suite should be serialized; otherwise, false.