MsmqTransportSecurity.MsmqAuthenticationMode Property

Definition

Gets or sets the MsmqAuthenticationMode that is associated with this instance of the MsmqTransportSecurity class.

public:
 property System::ServiceModel::MsmqAuthenticationMode MsmqAuthenticationMode { System::ServiceModel::MsmqAuthenticationMode get(); void set(System::ServiceModel::MsmqAuthenticationMode value); };
public System.ServiceModel.MsmqAuthenticationMode MsmqAuthenticationMode { get; set; }
member this.MsmqAuthenticationMode : System.ServiceModel.MsmqAuthenticationMode with get, set
Public Property MsmqAuthenticationMode As MsmqAuthenticationMode

Property Value

The MsmqAuthenticationMode that is associated with this instance of the MsmqTransportSecurity class.

Exceptions

The value is not one of MsmqAuthenticationMode values.

Remarks

MSMQ can authenticate messages that are sent to message queues that require authentication, or messages can explicitly request authentication. The default authentication mode is WindowsDomain.

Applies to