Message::SecurityContext Property

 

Gets or sets the security context for a message.

Namespace:   System.Messaging
Assembly:  System.Messaging (in System.Messaging.dll)

public:
property SecurityContext^ SecurityContext {
	SecurityContext^ get();
	void set(SecurityContext^ value);
}

Property Value

Type: System.Messaging::SecurityContext^

A SecurityContext object that contains the security context for a message, if the property has previously been set; otherwise NULL.

.NET Framework
Available since 2.0
Return to top
Show: