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

このプロパティが設定済みの場合、SecurityContext オブジェクトにはメッセージのセキュリティ コンテキストが含まれます。それ以外の場合は NULL になります。

適用対象