Message::SecurityContext Property
.NET Framework (current version)
Gets or sets the security context for a message.
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
Available since 2.0
Show: