MsmqTransportSecurityElement.MsmqAuthenticationMode 属性

定义

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

public:
 property System::ServiceModel::MsmqAuthenticationMode MsmqAuthenticationMode { System::ServiceModel::MsmqAuthenticationMode get(); void set(System::ServiceModel::MsmqAuthenticationMode value); };
[System.Configuration.ConfigurationProperty("msmqAuthenticationMode", DefaultValue=System.ServiceModel.MsmqAuthenticationMode.WindowsDomain)]
public System.ServiceModel.MsmqAuthenticationMode MsmqAuthenticationMode { get; set; }
[<System.Configuration.ConfigurationProperty("msmqAuthenticationMode", DefaultValue=System.ServiceModel.MsmqAuthenticationMode.WindowsDomain)>]
member this.MsmqAuthenticationMode : System.ServiceModel.MsmqAuthenticationMode with get, set
Public Property MsmqAuthenticationMode As MsmqAuthenticationMode

属性值

MsmqAuthenticationMode 类的此实例相关联的 MsmqTransportSecurity

属性

注解

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

适用于