SecureTransportRequired Property
Indicates that security is required when forwarding this message.
Syntax
public bool SecureTransportRequired { get; set; }
Public Property SecureTransportRequired As Boolean
Default Value
False
Remarks
This property is a boolean value which denotes whether or not security is required when forwarding this message. Since RosettaNet messages are business messages, secure transport is often required. See RNIFSender for more information on sending messages over a secure transport.
This property is a field of the delivery header.