MessageSecurityOverHttp.IsSecureConversationEnabled メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
WS-SecurityConversation で説明されているように、 MessageSecurityOverHttp から派生したクラスのインスタンスがセキュリティで保護された会話を実行するように構成されているかどうかを示すために、拡張シナリオでのみ使用されます。
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を返します。