MessageSecurityOverHttp.IsSecureConversationEnabled 方法

定义

仅用于扩展性方案,指出从 MessageSecurityOverHttp 派生的类的实例是否可以如 WS-SecurityConversation 所述,配置为执行安全对话。

protected:
 virtual bool IsSecureConversationEnabled();
protected virtual bool IsSecureConversationEnabled ();
abstract member IsSecureConversationEnabled : unit -> bool
override this.IsSecureConversationEnabled : unit -> bool
Protected Overridable Function IsSecureConversationEnabled () As Boolean

返回

除非在派生类中重写,否则始终返回 true

适用于