Message.SecurityContext プロパティ

定義

メッセージのセキュリティ コンテキストを取得または設定します。

public:
 property System::Messaging::SecurityContext ^ SecurityContext { System::Messaging::SecurityContext ^ get(); void set(System::Messaging::SecurityContext ^ value); };
public System.Messaging.SecurityContext SecurityContext { get; set; }
member this.SecurityContext : System.Messaging.SecurityContext with get, set
Public Property SecurityContext As SecurityContext

プロパティ値

プロパティが以前に設定されている場合は、メッセージのセキュリティ コンテキストを含む SecurityContext オブジェクト。それ以外の場合は NULL。

適用対象