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。

适用于