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입니다.

적용 대상