MsmqTransportSecurity.MsmqAuthenticationMode 属性

定义

获取或设置与 MsmqAuthenticationMode 类的此实例相关联的 MsmqTransportSecurity

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

属性值

MsmqAuthenticationMode

MsmqAuthenticationMode 类的此实例相关联的 MsmqTransportSecurity

例外

注解

MSMQ 可以对发送给要求身份验证的消息队列的消息进行身份验证,或者消息可显式请求进行身份验证。 默认身份验证模式为 WindowsDomain

适用于